| Package | Description |
|---|---|
| sklearn.ensemble.forest | |
| sklearn.ensemble.gradient_boosting | |
| sklearn.ensemble.iforest | |
| sklearn.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
ForestClassifier |
class |
ForestRegressor |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasEstimatorEnsemble<T> & HasTreeOptions,T extends Estimator & HasTree> |
ForestUtil.encodeBaseForest(E estimator,
org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
| Modifier and Type | Class and Description |
|---|---|
class |
GradientBoostingClassifier |
class |
GradientBoostingRegressor |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasEstimatorEnsemble<TreeRegressor> & HasTreeOptions> |
GradientBoostingUtil.encodeGradientBoosting(E estimator,
Number initialPrediction,
Number learningRate,
org.jpmml.converter.Schema schema) |
| Modifier and Type | Class and Description |
|---|---|
class |
IsolationForest |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeClassifier |
class |
TreeRegressor |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasTreeOptions,M extends org.dmg.pmml.Model> |
TreeUtil.transform(E estimator,
M model) |
Copyright © 2023. All rights reserved.