| Package | Description |
|---|---|
| sklearn.ensemble.forest | |
| sklearn.ensemble.gradient_boosting |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends TreeRegressor> |
ForestRegressor.getEstimators() |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasEstimatorEnsemble<TreeRegressor> & HasTreeOptions> |
GradientBoostingUtil.encodeGradientBoosting(E estimator,
java.lang.Number initialPrediction,
java.lang.Number learningRate,
org.jpmml.converter.Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends TreeRegressor> |
GradientBoostingClassifier.getEstimators() |
java.util.List<? extends TreeRegressor> |
GradientBoostingRegressor.getEstimators() |
Copyright © 2018. All Rights Reserved.