|
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.RuleSortCriteria
The enumeration class RuleSortCriteria
provides options for sorting mining rules retrieved from an Association Rules model. The sorting criteria include confidence and support. The semantics of the value are as follows:
Field Summary | |
static RuleSortCriteria |
confidence Sort by the confidence associated with each rule in the rule set. |
static RuleSortCriteria |
ruleID Sort by the rule identifier. |
static RuleSortCriteria |
ruleLength Sort by the rule length. |
static RuleSortCriteria |
support Sort by the support associated with each rule in the rule set. |
Method Summary | |
static RuleSortCriteria |
getInstance(int id) Returns an instance of RuleSortCriteria enumeration that corresponds to the specified identifier. |
static RuleSortCriteria |
getInstance(java.lang.String name) Returns an instance of RuleSortCriteria enumeration that corresponds to the specified name. |
static RuleSortCriteria[] |
list() Returns the list of all RuleSortCriteria enumerations defined. |
static java.lang.String[] |
listNames() Returns the list of names of all RuleSortCriteria 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 RuleSortCriteria support
public static final RuleSortCriteria confidence
public static final RuleSortCriteria ruleLength
public static final RuleSortCriteria ruleID
Method Detail |
public static java.lang.String[] listNames()
RuleSortCriteria
enumerations defined.RuleSortCriteria
enumerationpublic static RuleSortCriteria[] list()
RuleSortCriteria
enumerations defined.RuleSortCriteria
enumerationpublic static RuleSortCriteria getInstance(java.lang.String name)
RuleSortCriteria
enumeration that corresponds to the specified name.name
- of the value of the enumerationRuleSortCriteria
enumeration object corresponding to the given name
, null if there is no enumeration for this name.public static RuleSortCriteria getInstance(int id)
RuleSortCriteria
enumeration that corresponds to the specified identifier.id
- The identifier of the enumeration.RuleSortCriteria
enumeration object corresponding to the given 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 |