public final class ModelOutputType extends Enum
ProcessorType
that are ModelBuilders
or which can be imported.ProcessorType
Modifier and Type | Method and Description |
---|---|
static ModelOutputType |
addModelOutputType(java.lang.String identifier)
Adds a the type with the supplied name.
|
static ModelOutputType |
getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
static ModelOutputType[] |
getValues()
Returns an array containing all the valid values for this enumeration class.
|
boolean |
isUnknown()
Returns
true if this value is UNKNOWN . |
static void |
removeModelOutputType(java.lang.String identifier)
Removes the specified type.
|
public static final ModelOutputType UNKNOWN
public static final ModelOutputType BACK_PROPAGATION
public static final ModelOutputType C50
public static final ModelOutputType KOHONEN
public static final ModelOutputType LINEAR_REGRESSION
public static final ModelOutputType LOGISTIC_REGRESSION
public static final ModelOutputType RULE
public static final ModelOutputType CART
public static final ModelOutputType FACTOR
public static final ModelOutputType TWOSTEP
public static final ModelOutputType KMEANS
public static final ModelOutputType SEQUENCE
public static final ModelOutputType ASSOCIATION
public static final ModelOutputType APRIORI
public static final ModelOutputType CARMA
public static final ModelOutputType CHAID
public static final ModelOutputType QUEST
public static final ModelOutputType TEXT_EXTRACTION
public static final ModelOutputType MS_TREE
public static final ModelOutputType DB2IM_TREE
public static final ModelOutputType DB2IM_CLUSTER
public static final ModelOutputType DB2IM_ASSOCIATION
public static final ModelOutputType DB2IM_SEQUENCE
public static final ModelOutputType DB2IM_REGRESSION
public static final ModelOutputType DB2IM_NAIVE_BAYES
public static final ModelOutputType DB2IM_LOGISTIC
public static final ModelOutputType DB2IM_TIME_SERIES
public static final ModelOutputType ORACLE_NAIVE_BAYES
public static final ModelOutputType ORACLE_ADAPTIVE_BAYES
public static final ModelOutputType ORACLE_SVM
public static final ModelOutputType FEATURE_SELECTION
public static final ModelOutputType ANOMALY_DETECTION
public static final ModelOutputType MS_ASSOCIATION
public static final ModelOutputType MS_CLUSTERING
public static final ModelOutputType MS_NAIVE_BAYES
public static final ModelOutputType CATEGORIZE
public static final ModelOutputType MS_REGRESSION
public static final ModelOutputType MS_LOGISTIC
public static final ModelOutputType MS_NEURAL_NETWORK
public static final ModelOutputType DECISION_LIST
public static final ModelOutputType ORACLE_KMEANS
public static final ModelOutputType ORACLE_OCLUSTER
public static final ModelOutputType ORACLE_NMF
public static final ModelOutputType ORACLE_DECISION_TREE
public static final ModelOutputType TIME_SERIES
public static final ModelOutputType SPSS_MODEL
public static final ModelOutputType ORACLE_GLM
public static final ModelOutputType NUMERIC_PREDICTOR
public static final ModelOutputType AUTO_CLUSTER
public static final ModelOutputType BINARY_CLASSIFIER
public static final ModelOutputType MS_TIME_SERIES
public static final ModelOutputType ORACLE_AI
public static final ModelOutputType MS_SEQUENCE_CLUSTERING
public static final ModelOutputType C5_SPLIT
public static final ModelOutputType CART_SPLIT
public static final ModelOutputType QUEST_SPLIT
public static final ModelOutputType CHAID_SPLIT
public static final ModelOutputType DECISION_LIST_SPLIT
public static final ModelOutputType LINEAR_REGRESSION_SPLIT
public static final ModelOutputType LOGISTIC_SPLIT
public static final ModelOutputType NET_SPLIT
public static ModelOutputType getEnum(java.lang.String name)
null
if
no enumeration exists for the supplied name.name
- the enumeration namenull
public static ModelOutputType[] getValues()
public static ModelOutputType addModelOutputType(java.lang.String identifier)
null
if a type with the supplied name already
exists. This method is for system use only and is only public
as an implementation detail.identifier
- null
removeModelOutputType(String)
public static void removeModelOutputType(java.lang.String identifier)
identifier
- the type to be removedaddModelOutputType(String)
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.