Package sklearn.ensemble.forest
Class ForestUtil
- java.lang.Object
-
- sklearn.ensemble.forest.ForestUtil
-
public class ForestUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <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 Detail
-
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)
-
-