public class TreeModelUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasTree> |
encodeTreeModel(E estimator,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasTree> |
encodeTreeModel(E estimator,
org.jpmml.converter.PredicateManager predicateManager,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree> |
encodeTreeModelSegmentation(E estimator,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree> |
encodeTreeModelSegmentation(E estimator,
org.jpmml.converter.PredicateManager predicateManager,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
static org.jpmml.converter.Schema |
toTreeModelSchema(org.dmg.pmml.DataType dataType,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasTreeOptions,M extends org.dmg.pmml.Model> |
transform(E estimator,
M model) |
public static <E extends Estimator & HasTreeOptions,M extends org.dmg.pmml.Model> M transform(E estimator, M model)
public static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree> java.util.List<org.dmg.pmml.tree.TreeModel> encodeTreeModelSegmentation(E estimator, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema)
public static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree> java.util.List<org.dmg.pmml.tree.TreeModel> encodeTreeModelSegmentation(E estimator, org.jpmml.converter.PredicateManager predicateManager, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema)
public static <E extends Estimator & HasTree> org.dmg.pmml.tree.TreeModel encodeTreeModel(E estimator, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema)
public static <E extends Estimator & HasTree> org.dmg.pmml.tree.TreeModel encodeTreeModel(E estimator, org.jpmml.converter.PredicateManager predicateManager, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema)
public static org.jpmml.converter.Schema toTreeModelSchema(org.dmg.pmml.DataType dataType,
org.jpmml.converter.Schema schema)
Copyright © 2018. All Rights Reserved.