| Modifier and Type | Class and Description |
|---|---|
class |
LGBMClassifier |
class |
LGBMRegressor |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasBooster & HasLightGBMOptions> |
BoosterUtil.encodeModel(E estimator,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasBooster> |
BoosterUtil.getNumberOfFeatures(E estimator) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasEstimator<E extends Estimator> |
interface |
HasEstimatorEnsemble<E extends Estimator> |
| Modifier and Type | Class and Description |
|---|---|
class |
Classifier |
class |
Clusterer |
class |
LabelEncoderClassifier |
class |
Regressor |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<?> |
ClassifierUtil.getClasses(Estimator estimator) |
| Modifier and Type | Class and Description |
|---|---|
class |
KMeans |
class |
MiniBatchKMeans |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyClassifier |
class |
DummyRegressor |
| Modifier and Type | Class and Description |
|---|---|
class |
EnsembleClassifier |
class |
EnsembleRegressor |
| Modifier and Type | Class and Description |
|---|---|
class |
BaggingClassifier |
class |
BaggingRegressor |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator> |
BaggingUtil.encodeBagging(java.util.List<E> estimators,
java.util.List<java.util.List<java.lang.Integer>> estimatorsFeatures,
org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
| 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> & 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,
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 |
|---|---|
Estimator |
SelectFromModel.getEstimator() |
| Modifier and Type | Class and Description |
|---|---|
class |
LinearClassifier |
class |
LinearRegressor |
| Modifier and Type | Class and Description |
|---|---|
class |
LogisticRegression |
| Modifier and Type | Class and Description |
|---|---|
class |
RidgeClassifier |
| Modifier and Type | Class and Description |
|---|---|
class |
SGDClassifier |
| Modifier and Type | Class and Description |
|---|---|
class |
GaussianNB |
| Modifier and Type | Class and Description |
|---|---|
class |
KNeighborsClassifier |
class |
KNeighborsRegressor |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasNeighbors & HasTrainingData> |
KNeighborsUtil.encodeNeighbors(E estimator,
org.dmg.pmml.MiningFunction miningFunction,
int numberOfInstances,
int numberOfFeatures,
org.jpmml.converter.Schema schema) |
| Modifier and Type | Class and Description |
|---|---|
class |
MLPClassifier |
class |
MLPRegressor |
| Modifier and Type | Class and Description |
|---|---|
class |
LibSVMClassifier |
class |
LibSVMRegressor |
class |
OneClassSVM |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeClassifier |
class |
TreeRegressor |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasTree> |
TreeModelUtil.encodeTreeModel(E estimator,
org.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasTree> |
TreeModelUtil.encodeTreeModel(E estimator,
org.jpmml.converter.PredicateManager predicateManager,
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.dmg.pmml.MiningFunction miningFunction,
org.jpmml.converter.Schema schema) |
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) |
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) |
static <E extends Estimator & HasTreeOptions,M extends org.dmg.pmml.Model> |
TreeModelUtil.transform(E estimator,
M model) |
| Modifier and Type | Class and Description |
|---|---|
class |
EstimatorProxy |
| Modifier and Type | Method and Description |
|---|---|
Estimator |
EstimatorProxy.getEstimator() |
Estimator |
PMMLPipeline.getEstimator() |
| Modifier and Type | Method and Description |
|---|---|
Estimator |
StackingEstimator.getEstimator() |
| Modifier and Type | Class and Description |
|---|---|
class |
XGBClassifier |
class |
XGBRegressor |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasBooster & HasXGBoostOptions> |
BoosterUtil.encodeBooster(E estimator,
org.jpmml.converter.Schema schema) |
static <E extends Estimator & HasBooster> |
BoosterUtil.getNumberOfFeatures(E estimator) |
Copyright © 2018. All Rights Reserved.