Package sklearn.tree
Class TreeUtil
java.lang.Object
sklearn.tree.TreeUtil
-
Method Summary
Modifier and TypeMethodDescriptionencodeTreeModel(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(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 Details
-
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
-
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)
-