public final class ModelType extends Enum
ModelDetail
Modifier and Type | Field and Description |
---|---|
static ModelType |
ANOMALY_DETECTION
Indicates an anomaly detection model.
|
static ModelType |
APPROXIMATION
Indicates that the model predicts a continous value.
|
static ModelType |
ASSOCIATION
Indicates that the model identifies frequently occurring sets of items.
|
static ModelType |
ATTRIBUTE_IMPORTANCE
Indicates an attribute importance model.
|
static ModelType |
CATEGORIZE
Indicates a text categorize model.
|
static ModelType |
CLASSIFICATION
Indicates that the model predicts a discrete value.
|
static ModelType |
CLUSTERING
Indicates that the model groups similar rows of data together.
|
static ModelType |
CONCEPT_EXTRACTION
Indicates that the model identifies concepts from textual data.
|
static ModelType |
REDUCTION
Indicates that the model reduces the complexity of data.
|
static ModelType |
SEQUENCE
Indicates that the model identifies frequently occurring sequences of events.
|
static ModelType |
SUPERVISED_MULTITARGET
Indicates a supervised multi-target model.
|
static ModelType |
SURVIVAL_ANALYSIS
Indicates a survival analysis model.
|
static ModelType |
TIME_SERIES
Indicates a time series model.
|
static ModelType |
UNKNOWN
Indicates that the model type cannot be determined.
|
Modifier and Type | Method and Description |
---|---|
static ModelType |
getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
static ModelType[] |
getValues()
Returns an array containing all the valid values for this enumeration class.
|
boolean |
isUnknown()
Returns
true if this value is ModelType.UNKNOWN . |
public static final ModelType UNKNOWN
public static final ModelType CLASSIFICATION
public static final ModelType APPROXIMATION
public static final ModelType CLUSTERING
public static final ModelType ASSOCIATION
public static final ModelType SEQUENCE
public static final ModelType REDUCTION
public static final ModelType CONCEPT_EXTRACTION
public static final ModelType CATEGORIZE
public static final ModelType TIME_SERIES
public static final ModelType ANOMALY_DETECTION
public static final ModelType ATTRIBUTE_IMPORTANCE
public static final ModelType SUPERVISED_MULTITARGET
public static final ModelType SURVIVAL_ANALYSIS
public static ModelType getEnum(java.lang.String name)
null
if
no enumeration exists for the supplied name.name
- the enumeration namenull
public static ModelType[] getValues()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.