PMMLModelType
Objects
Subclass of Enum
.
Enumerates the model types specified by PMML 4.0.
Constants:
ASSOCIATION (PMMLModelType) :
PMML AssociationModelCLUSTERING (PMMLModelType) :
PMML ClusteringModelGENERAL_REGRESSION (PMMLModelType) :
PMML GeneralRegressionModelMINING (PMMLModelType) :
PMML MiningModelNAIVE_BAYES (PMMLModelType) :
PMML NaiveBayesModelNEURAL_NETWORK (PMMLModelType) :
PMML NeuralNetworkREGRESSION (PMMLModelType) :
PMML RegressionModelRULE_SET (PMMLModelType) :
PMML RuleSetModelSEQUENCE (PMMLModelType) :
PMML SequenceModelSUPPORT_VECTOR_MACHINE (PMMLModelType) :
PMML SupportVectorMachineModelTEXT (PMMLModelType) :
PMML TextModelTIME_SERIES (PMMLModelType) :
PMML TimeSeriesModelTREE (PMMLModelType) :
PMML TreeModel
getEnum(name) : PMMLModelType
name (string) :
the PMML model type name
Returns the PMMLModelType
corresponding to the
specified PMML model type name, or None
if there
is no such model type. The name must be one specified by PMML 4.0.
getValues() : PMMLModelType[]
Returns an array containing all the valid values for this enumeration class.
p.isUnknown() : boolean
Returns False
always. All the values in this class
represent known model types; there is no "unknown".