| Modifier and Type | Class and Description |
|---|---|
class |
EnsembleClassifier |
class |
EnsembleRegressor |
| Modifier and Type | Class and Description |
|---|---|
class |
BaggingClassifier |
class |
BaggingRegressor |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseForestClassifier |
class |
BaseForestRegressor |
class |
ExtraTreesClassifier |
class |
ExtraTreesRegressor |
class |
RandomForestClassifier |
class |
RandomForestRegressor |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasEstimatorEnsemble<T> & HasTreeOptions,T extends Estimator & HasTree> |
BaseForestUtil.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<DecisionTreeRegressor> & HasTreeOptions> |
GradientBoostingUtil.encodeGradientBoosting(E estimator,
java.lang.Number initialPrediction,
java.lang.Number learningRate,
org.jpmml.converter.Schema schema) |
| Modifier and Type | Class and Description |
|---|---|
class |
IsolationForest |
| Modifier and Type | Class and Description |
|---|---|
class |
AdaBoostRegressor |
| Modifier and Type | Class and Description |
|---|---|
class |
VotingClassifier |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree> |
TreeModelUtil.encodeTreeModelSegmentation(E estimator,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree> |
TreeModelUtil.encodeTreeModelSegmentation(E estimator,
org.jpmml.converter.PredicateManager predicateManager,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
Copyright © 2018. All Rights Reserved.