Uses of Interface
sklearn.tree.HasTreeOptions
-
Packages that use HasTreeOptions Package Description sklearn.ensemble.forest sklearn.ensemble.gradient_boosting sklearn.ensemble.iforest sklearn.tree -
-
Uses of HasTreeOptions in sklearn.ensemble.forest
Classes in sklearn.ensemble.forest that implement HasTreeOptions Modifier and Type Class Description classForestClassifierclassForestRegressorMethods in sklearn.ensemble.forest with type parameters of type HasTreeOptions 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) -
Uses of HasTreeOptions in sklearn.ensemble.gradient_boosting
Classes in sklearn.ensemble.gradient_boosting that implement HasTreeOptions Modifier and Type Class Description classGradientBoostingClassifierclassGradientBoostingRegressorMethods in sklearn.ensemble.gradient_boosting with type parameters of type HasTreeOptions Modifier and Type Method Description static <E extends Estimator & HasEstimatorEnsemble<TreeRegressor> & HasTreeOptions>
org.dmg.pmml.mining.MiningModelGradientBoostingUtil. encodeGradientBoosting(E estimator, Number initialPrediction, Number learningRate, org.jpmml.converter.Schema schema) -
Uses of HasTreeOptions in sklearn.ensemble.iforest
Classes in sklearn.ensemble.iforest that implement HasTreeOptions Modifier and Type Class Description classIsolationForest -
Uses of HasTreeOptions in sklearn.tree
Classes in sklearn.tree that implement HasTreeOptions Modifier and Type Class Description classTreeClassifierclassTreeRegressorMethods in sklearn.tree with type parameters of type HasTreeOptions Modifier and Type Method Description static <E extends Estimator & HasTreeOptions,M extends org.dmg.pmml.Model>
MTreeUtil. configureModel(E estimator, M model)static <E extends Estimator & HasTreeOptions>
org.jpmml.converter.SchemaTreeUtil. configureSchema(E estimator, org.jpmml.converter.Schema schema)
-