Package | Description |
---|---|
com.spss.psapi.model |
This provides support for accessing information about data mining models.
|
Modifier and Type | Field and Description |
---|---|
static PMMLModelType |
PMMLModelType.ASSOCIATION
PMML AssociationModel
|
static PMMLModelType |
PMMLModelType.CLUSTERING
PMML ClusteringModel
|
static PMMLModelType |
PMMLModelType.GENERAL_REGRESSION
PMML GeneralRegressionModel
|
static PMMLModelType |
PMMLModelType.MINING
PMML MiningModel
|
static PMMLModelType |
PMMLModelType.NAIVE_BAYES
PMML NaiveBayesModel
|
static PMMLModelType |
PMMLModelType.NEURAL_NETWORK
PMML NeuralNetwork
|
static PMMLModelType |
PMMLModelType.REGRESSION
PMML RegressionModel
|
static PMMLModelType |
PMMLModelType.RULE_SET
PMML RuleSetModel
|
static PMMLModelType |
PMMLModelType.SEQUENCE
PMML SequenceModel
|
static PMMLModelType |
PMMLModelType.SUPPORT_VECTOR_MACHINE
PMML SupportVectorMachineModel
|
static PMMLModelType |
PMMLModelType.TEXT
PMML TextModel
|
static PMMLModelType |
PMMLModelType.TIME_SERIES
PMML TimeSeriesModel
|
static PMMLModelType |
PMMLModelType.TREE
PMML TreeModel
|
Modifier and Type | Method and Description |
---|---|
static PMMLModelType |
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. |
PMMLModelType |
ModelDetail.getPMMLModelType()
For a model which is represented internally using PMML (one for which isPMMLModel() returns
true ),
this returns the PMML model type from the underlying PMML that was generated by the modeling algorithm. |
static PMMLModelType[] |
PMMLModelType.getValues()
Returns an array containing all the valid values for this enumeration class.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.