Uses of Interface
sklearn.tree.HasTree
Packages that use HasTree
-
Uses of HasTree in sklearn.ensemble.forest
Methods in sklearn.ensemble.forest with type parameters of type HasTreeModifier 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) static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree>
intForestUtil.getNumberOfEstimators(E estimator) -
Uses of HasTree in sklearn.tree
Classes in sklearn.tree that implement HasTreeMethods in sklearn.tree with type parameters of type HasTreeModifier and TypeMethodDescriptionTreeUtil.encodeTreeModel(E estimator, org.dmg.pmml.MiningFunction miningFunction, Boolean numeric, org.jpmml.converter.PredicateManager predicateManager, org.jpmml.converter.ScoreDistributionManager scoreDistributionManager, org.jpmml.converter.Schema schema) TreeUtil.encodeTreeModel(E estimator, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema) static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree>
List<org.dmg.pmml.tree.TreeModel>TreeUtil.encodeTreeModelEnsemble(E estimator, org.dmg.pmml.MiningFunction miningFunction, Boolean numeric, org.jpmml.converter.PredicateManager predicateManager, org.jpmml.converter.ScoreDistributionManager scoreDistributionManager, org.jpmml.converter.Schema schema) static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree>
List<org.dmg.pmml.tree.TreeModel>TreeUtil.encodeTreeModelEnsemble(E estimator, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema)