public final class PMMLModelType extends Enum
ModelDetail
Modifier and Type | Field and Description |
---|---|
static PMMLModelType |
ASSOCIATION
PMML AssociationModel
|
static PMMLModelType |
CLUSTERING
PMML ClusteringModel
|
static PMMLModelType |
GENERAL_REGRESSION
PMML GeneralRegressionModel
|
static PMMLModelType |
MINING
PMML MiningModel
|
static PMMLModelType |
NAIVE_BAYES
PMML NaiveBayesModel
|
static PMMLModelType |
NEURAL_NETWORK
PMML NeuralNetwork
|
static PMMLModelType |
REGRESSION
PMML RegressionModel
|
static PMMLModelType |
RULE_SET
PMML RuleSetModel
|
static PMMLModelType |
SEQUENCE
PMML SequenceModel
|
static PMMLModelType |
SUPPORT_VECTOR_MACHINE
PMML SupportVectorMachineModel
|
static PMMLModelType |
TEXT
PMML TextModel
|
static PMMLModelType |
TIME_SERIES
PMML TimeSeriesModel
|
static PMMLModelType |
TREE
PMML TreeModel
|
Modifier and Type | Method and Description |
---|---|
static PMMLModelType |
getEnum(java.lang.String name)
Returns the
PMMLModelType corresponding to the specified PMML model type name,
or null if there is no such model type. |
static PMMLModelType[] |
getValues()
Returns an array containing all the valid values for this enumeration class.
|
boolean |
isUnknown()
Returns
false always. |
public static final PMMLModelType ASSOCIATION
public static final PMMLModelType CLUSTERING
public static final PMMLModelType GENERAL_REGRESSION
public static final PMMLModelType MINING
public static final PMMLModelType NAIVE_BAYES
public static final PMMLModelType NEURAL_NETWORK
public static final PMMLModelType REGRESSION
public static final PMMLModelType RULE_SET
public static final PMMLModelType SEQUENCE
public static final PMMLModelType SUPPORT_VECTOR_MACHINE
public static final PMMLModelType TEXT
public static final PMMLModelType TIME_SERIES
public static final PMMLModelType TREE
public static PMMLModelType getEnum(java.lang.String name)
PMMLModelType
corresponding to the specified PMML model type name,
or null
if there is no such model type.
The name must be one specified by PMML 4.0.name
- the PMML model type namenull
public static PMMLModelType[] getValues()
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.