Uses of Interface
sklearn.HasEstimatorEnsemble
-
-
Uses of HasEstimatorEnsemble in sklearn.ensemble
Classes in sklearn.ensemble that implement HasEstimatorEnsemble Modifier and Type Class Description classEnsembleClassifierclassEnsembleRegressor -
Uses of HasEstimatorEnsemble in sklearn.ensemble.bagging
Classes in sklearn.ensemble.bagging that implement HasEstimatorEnsemble Modifier and Type Class Description classBaggingClassifierclassBaggingRegressor -
Uses of HasEstimatorEnsemble in sklearn.ensemble.forest
Classes in sklearn.ensemble.forest that implement HasEstimatorEnsemble Modifier and Type Class Description classForestClassifierclassForestRegressorMethods in sklearn.ensemble.forest with type parameters of type HasEstimatorEnsemble Modifier and Type Method Description static <E extends Estimator & HasEstimatorEnsemble<T> & HasTreeOptions,T extends Estimator & HasTree>
org.dmg.pmml.mining.MiningModelForestUtil. encodeForest(E estimator, org.dmg.pmml.MiningFunction miningFunction, org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod, org.jpmml.converter.Schema schema)static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree>
intForestUtil. getNumberOfEstimators(E estimator) -
Uses of HasEstimatorEnsemble in sklearn.ensemble.gradient_boosting
Classes in sklearn.ensemble.gradient_boosting that implement HasEstimatorEnsemble Modifier and Type Class Description classGradientBoostingClassifierclassGradientBoostingRegressorMethods in sklearn.ensemble.gradient_boosting with type parameters of type HasEstimatorEnsemble Modifier and Type Method Description static <E extends Estimator & HasEstimatorEnsemble<TreeRegressor> & HasTreeOptions>
org.dmg.pmml.mining.MiningModelGradientBoostingUtil. encodeGradientBoosting(E estimator, java.lang.Number initialPrediction, java.lang.Number learningRate, org.jpmml.converter.Schema schema) -
Uses of HasEstimatorEnsemble in sklearn.ensemble.iforest
Classes in sklearn.ensemble.iforest that implement HasEstimatorEnsemble Modifier and Type Class Description classIsolationForest -
Uses of HasEstimatorEnsemble in sklearn.ensemble.stacking
Classes in sklearn.ensemble.stacking that implement HasEstimatorEnsemble Modifier and Type Class Description classStackingClassifierclassStackingRegressor -
Uses of HasEstimatorEnsemble in sklearn.ensemble.voting
Classes in sklearn.ensemble.voting that implement HasEstimatorEnsemble Modifier and Type Class Description classVotingClassifierclassVotingRegressor -
Uses of HasEstimatorEnsemble in sklearn.ensemble.weight_boosting
Classes in sklearn.ensemble.weight_boosting that implement HasEstimatorEnsemble Modifier and Type Class Description classAdaBoostRegressor -
Uses of HasEstimatorEnsemble in sklearn.multiclass
Classes in sklearn.multiclass that implement HasEstimatorEnsemble Modifier and Type Class Description classOneVsRestClassifier -
Uses of HasEstimatorEnsemble in sklearn.tree
Methods in sklearn.tree with type parameters of type HasEstimatorEnsemble Modifier and Type Method Description static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree>
java.util.List<org.dmg.pmml.tree.TreeModel>TreeEnsembleUtil. encodeTreeModelEnsemble(E estimator, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema)
-