Package sklearn.ensemble.forest
Class ForestUtil
java.lang.Object
sklearn.ensemble.forest.ForestUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic <E extends Estimator & HasEstimatorEnsemble<T> & HasTreeOptions,T extends Estimator & HasTree>
org.dmg.pmml.mining.MiningModelencodeBaseForest(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>
intgetNumberOfEstimators(E estimator)
-
Method Details
-
getNumberOfEstimators
public static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree> int getNumberOfEstimators(E estimator) -
encodeBaseForest
public static <E extends Estimator & HasEstimatorEnsemble<T> & HasTreeOptions,T extends Estimator & HasTree> org.dmg.pmml.mining.MiningModel encodeBaseForest(E estimator, org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema)
-