| Package | Description |
|---|---|
| sklearn.ensemble.forest | |
| sklearn.tree |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasEstimatorEnsemble<T> & HasTreeOptions,T extends Estimator & HasTree> |
ForestUtil.encodeForest(E estimator,
org.dmg.pmml.MiningFunction miningFunction,
org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree> |
ForestUtil.getNumberOfEstimators(E estimator) |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeClassifier |
class |
TreeRegressor |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasTree> |
TreeUtil.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 & HasEstimatorEnsemble<T>,T extends Estimator & HasTree> |
TreeEnsembleUtil.encodeTreeModelEnsemble(E estimator,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasTree> |
TreeUtil.hasMissingValueSupport(E estimator) |
Copyright © 2024. All rights reserved.