public class TreeUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasTreeOptions,M extends org.dmg.pmml.Model> |
configureModel(E estimator,
M model) |
static <E extends Estimator & HasTreeOptions> |
configureSchema(E estimator,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasTree> |
encodeTreeModel(E estimator,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.PredicateManager predicateManager,
org.jpmml.converter.ScoreDistributionManager scoreDistributionManager,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasTree> |
hasMissingValueSupport(E estimator) |
public static <E extends Estimator & HasTree> boolean hasMissingValueSupport(E estimator)
public static <E extends Estimator & HasTree> org.dmg.pmml.tree.TreeModel encodeTreeModel(E estimator, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.PredicateManager predicateManager, org.jpmml.converter.ScoreDistributionManager scoreDistributionManager, org.jpmml.converter.Schema schema)
public static <E extends Estimator & HasTreeOptions> org.jpmml.converter.Schema configureSchema(E estimator, org.jpmml.converter.Schema schema)
public static <E extends Estimator & HasTreeOptions,M extends org.dmg.pmml.Model> M configureModel(E estimator, M model)
Copyright © 2024. All rights reserved.