|
Oracle Data Mining Java API Reference 10g Release 1 (10.1) B12276-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dmt.odm.Enum | +--oracle.dmt.odm.MiningFunction
The enumeration class MiningFunction
specifies the type of mining function to be used to build a mining model.
The semantics of the value are as follows:
MiningAlgorithmsSettings
, Serialized FormField Summary | |
static MiningFunction |
associationRules Specifies the Association Rules mining function. |
static MiningFunction |
attributeImportance Specifies the Attribute Importance function. |
static MiningFunction |
classification Specifies the Classification mining function. |
static MiningFunction |
clustering Specifies the Clustering mining function. |
static MiningFunction |
featureExtraction Specifies the Feature Extraction mining function. |
static MiningFunction |
regression Specifies the Regression mining function. |
Method Summary | |
static MiningFunction |
getInstance(int id) Returns an instance of MiningFunction enumeration that corresponds to the specified identifier. |
static MiningFunction |
getInstance(java.lang.String name) Returns an instance of MiningFunction enumeration that corresponds to the specified name. |
static MiningFunction[] |
list() Returns a list of all instances of MiningFunction enumerations. |
static java.lang.String[] |
listNames() Returns a list of the values available in enumeration MiningFunction . |
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 MiningFunction associationRules
public static final MiningFunction classification
public static final MiningFunction attributeImportance
public static final MiningFunction clustering
public static final MiningFunction regression
public static final MiningFunction featureExtraction
Method Detail |
public static java.lang.String[] listNames()
MiningFunction
.MiningFunction
enumerationpublic static MiningFunction[] list()
MiningFunction
enumerations.MiningFunction
enumerationpublic static MiningFunction getInstance(java.lang.String name)
MiningFunction
enumeration that corresponds to the specified name.name
- The value of the enumeration (one of associationRules, classification, attributeImportance, clustering and regression)MiningFunction
enumeration object corresponding to the given name, null if there is no enumeration for this name.public static MiningFunction getInstance(int id)
MiningFunction
enumeration that corresponds to the specified identifier.id
- The identifier of the enumeration (one of 0, 1, 2, 3, and 4)
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |