Package sklearn2pmml.ensemble
Interface HasEstimatorSteps
-
- All Superinterfaces:
HasSteps
- All Known Implementing Classes:
EstimatorChain,SelectFirstClassifier,SelectFirstRegressor
public interface HasEstimatorSteps extends HasSteps
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default List<? extends Estimator>getEstimators()
-