public class TreeModelUtil extends 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 & HasTree> |
encodeTreeModelSegmentation(List<E> estimators,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasTree> |
encodeTreeModelSegmentation(List<E> estimators,
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) |
public static <E extends Estimator & HasTree> List<org.dmg.pmml.tree.TreeModel> encodeTreeModelSegmentation(List<E> estimators, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema)
public static <E extends Estimator & HasTree> List<org.dmg.pmml.tree.TreeModel> encodeTreeModelSegmentation(List<E> estimators, 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 © 2017. All Rights Reserved.