| Modifier and Type | Method and Description |
|---|---|
static int |
EstimatorUtil.getNumberOfFeatures(HasEstimatorEnsemble<?> hasEstimatorEnsemble) |
| 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) |
| 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 |
VotingClassifier |
| Modifier and Type | Class and Description |
|---|---|
class |
AdaBoostRegressor |
| Modifier and Type | Class and Description |
|---|---|
class |
OneVsRestClassifier |
| 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,
ScoreDistributionManager scoreDistributionManager,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
Copyright © 2018. All rights reserved.