|
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.RuleAnnotationType
The enumeration class RuleAnnotationType
indicates an annotation type to be contained in an instance of MiningRule
. The values include confidence and probability. The semantics of the value are as follows:
MiningRule
, Serialized FormField Summary | |
static RuleAnnotationType |
confidence Specifies the confidence associated with the rule. |
static RuleAnnotationType |
probability Specifies the probablility associated with the rule. |
Method Summary | |
static RuleAnnotationType |
getInstance(int id) Returns RuleAnnotationType enumeration object corresponding to the specified ID. |
static RuleAnnotationType |
getInstance(java.lang.String name) Returns RuleAnnotationType enumeration object corresponding to the specified name. |
static RuleAnnotationType[] |
list() Returns the list of all RuleAnnotationType enumerations defined. |
static java.lang.String[] |
listNames() Returns the list of names of all RuleAnnotationType enumerations defined. |
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 RuleAnnotationType confidence
public static final RuleAnnotationType probability
Method Detail |
public static java.lang.String[] listNames()
RuleAnnotationType
enumerations defined.public static RuleAnnotationType[] list()
RuleAnnotationType
enumerations defined.RuleAnnotationType
enumerationpublic static RuleAnnotationType getInstance(java.lang.String name)
RuleAnnotationType
enumeration object corresponding to the specified name.name
- The value of the enumerationRuleAnnotationType
enumeration object corresponding to the given name
, null if there is no enumeration for this name.public static RuleAnnotationType getInstance(int id)
RuleAnnotationType
enumeration object corresponding to the specified ID.id
- (0, 1) the identifier of the enumeration.id
, null if there is no enumeration for id.
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |