Package | Description |
---|---|
com.spss.psapi.core |
This provides the base objects used by other parts of the API.
|
com.spss.psapi.model |
This provides support for accessing information about data mining models.
|
Modifier and Type | Method and Description |
---|---|
ModelContainer |
ContentContainerFactory.createModelContainer(java.lang.Boolean isASContainer,
java.lang.String containerTypeId,
java.lang.String name,
java.lang.Object content,
Column[] inputFields,
Column[] modelOutputFields,
ModelType modelType,
java.util.List<java.lang.String> splitFieldNames)
Returns a new model container with the supplied name and content.
|
ModelContainer |
ContentContainerFactory.createModelContainer(java.lang.String containerTypeId,
java.lang.String name,
java.lang.Object content,
Column[] inputFields,
Column[] modelOutputFields,
ModelType modelType)
Returns a new model container with the supplied name and content.
|
ModelContainer |
ContentContainerFactory.createModelContainer(java.lang.String containerTypeId,
java.lang.String name,
java.lang.Object content,
Column[] inputFields,
Column[] modelOutputFields,
ModelType modelType,
java.util.List<java.lang.String> splitFieldNames)
Returns a new model container with the supplied name and content.
|
Modifier and Type | Field and Description |
---|---|
static ModelType |
ModelType.ANOMALY_DETECTION
Indicates an anomaly detection model.
|
static ModelType |
ModelType.APPROXIMATION
Indicates that the model predicts a continous value.
|
static ModelType |
ModelType.ASSOCIATION
Indicates that the model identifies frequently occurring sets of items.
|
static ModelType |
ModelType.ATTRIBUTE_IMPORTANCE
Indicates an attribute importance model.
|
static ModelType |
ModelType.CATEGORIZE
Indicates a text categorize model.
|
static ModelType |
ModelType.CLASSIFICATION
Indicates that the model predicts a discrete value.
|
static ModelType |
ModelType.CLUSTERING
Indicates that the model groups similar rows of data together.
|
static ModelType |
ModelType.CONCEPT_EXTRACTION
Indicates that the model identifies concepts from textual data.
|
static ModelType |
ModelType.REDUCTION
Indicates that the model reduces the complexity of data.
|
static ModelType |
ModelType.SEQUENCE
Indicates that the model identifies frequently occurring sequences of events.
|
static ModelType |
ModelType.SUPERVISED_MULTITARGET
Indicates a supervised multi-target model.
|
static ModelType |
ModelType.SURVIVAL_ANALYSIS
Indicates a survival analysis model.
|
static ModelType |
ModelType.TIME_SERIES
Indicates a time series model.
|
static ModelType |
ModelType.UNKNOWN
Indicates that the model type cannot be determined.
|
Modifier and Type | Method and Description |
---|---|
static ModelType |
ModelType.getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
ModelType |
ModelDetail.getModelType()
Returns the type of the model.
|
static ModelType[] |
ModelType.getValues()
Returns an array containing all the valid values for this enumeration class.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.