| Package | Description |
|---|---|
| sklearn.ensemble.forest | |
| sklearn.ensemble.gradient_boosting |
| Modifier and Type | Method and Description |
|---|---|
List<? extends TreeRegressor> |
ForestRegressor.getEstimators() |
| 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 | Method and Description |
|---|---|
List<? extends TreeRegressor> |
GradientBoostingClassifier.getEstimators() |
List<? extends TreeRegressor> |
GradientBoostingRegressor.getEstimators() |
Copyright © 2018. All rights reserved.