Uses of Interface
sklearn.tree.HasTreeOptions
Packages that use HasTreeOptions
Package
Description
-
Uses of HasTreeOptions in sklearn.ensemble.forest
Classes in sklearn.ensemble.forest that implement HasTreeOptionsMethods in sklearn.ensemble.forest with type parameters of type HasTreeOptionsModifier and TypeMethodDescriptionstatic <E extends Estimator & HasEstimatorEnsemble<T> & HasTreeOptions,T extends Estimator & HasTree>
org.dmg.pmml.mining.MiningModelForestUtil.encodeBaseForest(E estimator, org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema) -
Uses of HasTreeOptions in sklearn.ensemble.gradient_boosting
Classes in sklearn.ensemble.gradient_boosting that implement HasTreeOptionsModifier and TypeClassDescriptionclassclassMethods in sklearn.ensemble.gradient_boosting with type parameters of type HasTreeOptionsModifier and TypeMethodDescriptionstatic <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 -
Uses of HasTreeOptions in sklearn.tree
Classes in sklearn.tree that implement HasTreeOptionsMethods in sklearn.tree with type parameters of type HasTreeOptionsModifier and TypeMethodDescriptionstatic <E extends Estimator & HasTreeOptions,M extends org.dmg.pmml.Model>
MTreeUtil.transform(E estimator, M model)