| 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 |
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) |
static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree> |
ForestUtil.getNumberOfEstimators(E estimator) |
| 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 |
StackingClassifier |
class |
StackingRegressor |
| Modifier and Type | Class and Description |
|---|---|
class |
AdaBoostRegressor |
| Modifier and Type | Class and Description |
|---|---|
class |
VotingClassifier |
class |
VotingRegressor |
| Modifier and Type | Class and Description |
|---|---|
class |
OneVsRestClassifier |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree> |
TreeUtil.encodeTreeModelEnsemble(E estimator,
org.dmg.pmml.MiningFunction miningFunction,
Boolean numeric,
org.jpmml.converter.PredicateManager predicateManager,
org.jpmml.converter.ScoreDistributionManager scoreDistributionManager,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasEstimatorEnsemble<T>,T extends Estimator & HasTree> |
TreeUtil.encodeTreeModelEnsemble(E estimator,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
| Modifier and Type | Class and Description |
|---|---|
class |
EstimatorChain |
Copyright © 2022. All rights reserved.