| Package | Description |
|---|---|
| sklearn.ensemble.forest | |
| sklearn.tree |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasTree> |
BaseForestUtil.encodeBaseForest(List<E> estimators,
org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
| Modifier and Type | Class and Description |
|---|---|
class |
DecisionTreeClassifier |
class |
DecisionTreeRegressor |
class |
ExtraTreeClassifier |
class |
ExtraTreeRegressor |
class |
TreeClassifier |
class |
TreeRegressor |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasTree> |
TreeModelUtil.encodeTreeModel(E estimator,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasTree> |
TreeModelUtil.encodeTreeModelSegmentation(List<E> estimators,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
Copyright © 2017. All Rights Reserved.