Oracle Data Mining Java API Reference
10g Release 1 (10.1)

B12276-01

oracle.dmt.odm
Class ApplyResultContentOption

java.lang.Object
  |
  +--oracle.dmt.odm.Enum
        |
        +--oracle.dmt.odm.ApplyResultContentOption
All Implemented Interfaces:
java.io.Serializable

Deprecated.

 As of ODM 9.2.0, no longer used due to deprecation of ApplyContentOptionItem.

public class ApplyResultContentOption
extends Enum

The enumeration ApplyResultContentOption is used to specify the nature of the attribute as an output of an apply operation.

See Also:
ApplyContentOptionItem, MiningApplyOutput, Serialized Form

Field 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

score

public static final ApplyResultContentOption score
Deprecated. 
Include the score associated with a given record in the apply output table.

probability

public static final ApplyResultContentOption probability
Deprecated. 
Include the probability associated with a given record's score in the apply output table.

sequenceId

public static final ApplyResultContentOption sequenceId
Deprecated. 
For transactional data only, include the sequence identifier associated with a given record in the score table.
Method Detail

listNames

public static java.lang.String[] listNames()
Deprecated. 
Returns a list of the values available in the enumeration ApplyResultContentOption.
Returns:
String[] - The values of the enumeration

list

public static ApplyResultContentOption[] list()
Deprecated. 
Returns a list of all instances of ApplyResultContentOption enumeration.
Returns:
ApplyResultContentOption[] - The instances of ApplyResultContentOption

getInstance

public static ApplyResultContentOption getInstance(java.lang.String name)
Deprecated. 
Returns an instance of ApplyResultContentOption enumeration that corresponds to the specified name.
Parameters:
name - The value of the enumeration
Returns:
ApplyResultContentOption - An instance of ApplyResultContentOption which contains a value that matches to the specified name.

getInstance

public static ApplyResultContentOption getInstance(int id)
Deprecated. 
Returns an instance of ApplyResultContentOption enumeration that corresponds to the specified identifier.
Parameters:
id - The identifier of the enumeration.
Returns:
ApplyResultContentOption - An instance of ApplyResultContentOption which contains a value that matches to the specified identifier.

Copyright © 2003 Oracle Corporation. All Rights Reserved.