Package sklearn.tree
Class TreeUtil
- java.lang.Object
-
- sklearn.tree.TreeUtil
-
public class TreeUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E extends Estimator & HasTree>
org.dmg.pmml.tree.TreeModelencodeTreeModel(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 & HasTree>
org.dmg.pmml.tree.TreeModelencodeTreeModel(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>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>encodeTreeModelEnsemble(E estimator, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema)static <E extends Estimator & HasTreeOptions,M extends org.dmg.pmml.Model>
Mtransform(E estimator, M model)
-
-
-
Method Detail
-
transform
public static <E extends Estimator & HasTreeOptions,M extends org.dmg.pmml.Model> M transform(E estimator, M model)
-
encodeTreeModelEnsemble
public static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree> List<org.dmg.pmml.tree.TreeModel> encodeTreeModelEnsemble(E estimator, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema)
-
encodeTreeModelEnsemble
public static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree> List<org.dmg.pmml.tree.TreeModel> 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)
-
encodeTreeModel
public static <E extends Estimator & HasTree> org.dmg.pmml.tree.TreeModel encodeTreeModel(E estimator, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema)
-
encodeTreeModel
public static <E extends Estimator & HasTree> org.dmg.pmml.tree.TreeModel 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)
-
-