|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dmt.odm.Enum | +--oracle.dmt.odm.MiningAlgorithm
The enumeration class MiningAlgorithm
specifies the algorithm used
to build a mining model.
Field Summary |
Type | Field |
---|---|
static MiningAlgorithm |
adaptiveBayesNetwork
Specifies the AdaptiveBayesNetwork algorithm for Classification. |
static MiningAlgorithm |
aPrioriAssociationRules
Specifies the A Priori algorithm for Association Rules. |
static MiningAlgorithm |
combinationAdaptiveBayesNetwork
Specifies the Combination Adaptive Bayes Network algorithm for Model Seeker. |
static MiningAlgorithm |
combinationNaiveBayes
Specifies the Combination Naive Bayes algorithm for Model Seeker. |
static MiningAlgorithm |
kMeans
Specifies the k-means algorithm for Clustering. |
static MiningAlgorithm |
modelSeeker
Specifies the Model Seeker algorithm for Classification. |
static MiningAlgorithm |
naiveBayes
Specifies the Naive Bayes mining algorithm for Classification. |
static MiningAlgorithm |
oCluster
Specifies the OCluster algorithm for Clustering. |
static MiningAlgorithm |
predictorVariance
Specifies the Predictor Variance algorithm for Attribute Importance. |
Method Summary |
Type | Method |
---|---|
static MiningAlgorithm |
getInstance(int id)
|
static MiningAlgorithm |
getInstance(java.lang.String name)
|
static MiningAlgorithm[] |
list()
Lists all enumeration values |
static java.lang.String[] |
listNames()
Lists all string values of the enumeration |
Methods inherited from class oracle.dmt.odm.Enum |
getEnum, getID, isEqual |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final MiningAlgorithm aPrioriAssociationRules
public static final MiningAlgorithm naiveBayes
public static final MiningAlgorithm adaptiveBayesNetwork
public static final MiningAlgorithm predictorVariance
public static final MiningAlgorithm combinationNaiveBayes
public static final MiningAlgorithm combinationAdaptiveBayesNetwork
public static final MiningAlgorithm modelSeeker
public static final MiningAlgorithm kMeans
public static final MiningAlgorithm oCluster
Method Detail |
public static java.lang.String[] listNames()
public static MiningAlgorithm[] list()
public static MiningAlgorithm getInstance(java.lang.String name)
public static MiningAlgorithm getInstance(int id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |