|
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.ApplyResultContentOption
As of ODM 9.2.0, no longer used due to deprecation of ApplyContentOptionItem
.
The enumeration ApplyResultContentOption is used to specify the nature of the attribute as an output of an apply operation.
ApplyContentOptionItem
, MiningApplyOutput
, Serialized FormField Summary | |
static ApplyResultContentOption |
probability Deprecated. Include the probability associated with a given record's score in the apply output table. |
static ApplyResultContentOption |
score Deprecated. Include the score associated with a given record in the apply output table. |
static ApplyResultContentOption |
sequenceId Deprecated. For transactional data only, include the sequence identifier associated with a given record in the score table. |
Method Summary | |
static ApplyResultContentOption |
getInstance(int id) Deprecated. Returns an instance of ApplyResultContentOption enumeration that corresponds to the specified identifier. |
static ApplyResultContentOption |
getInstance(java.lang.String name) Deprecated. Returns an instance of ApplyResultContentOption enumeration that corresponds to the specified name. |
static ApplyResultContentOption[] |
list() Deprecated. Returns a list of all instances of ApplyResultContentOption enumeration. |
static java.lang.String[] |
listNames() Deprecated. Returns a list of the values available in the enumeration ApplyResultContentOption . |
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 ApplyResultContentOption score
public static final ApplyResultContentOption probability
public static final ApplyResultContentOption sequenceId
Method Detail |
public static java.lang.String[] listNames()
ApplyResultContentOption
.public static ApplyResultContentOption[] list()
ApplyResultContentOption
enumeration.ApplyResultContentOption
public static ApplyResultContentOption getInstance(java.lang.String name)
ApplyResultContentOption
enumeration that corresponds to the specified name.name
- The value of the enumerationApplyResultContentOption
which contains a value that matches to the specified name.public static ApplyResultContentOption getInstance(int id)
ApplyResultContentOption
enumeration that corresponds to the specified identifier.id
- The identifier of the enumeration.ApplyResultContentOption
which contains a value that matches to the specified identifier.
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |