oracle.dmt.odm.result
Class ApplyContentOptionItem

java.lang.Object
  |
  +--oracle.dmt.odm.MiningObject
        |
        +--oracle.dmt.odm.result.ApplyContentItem
              |
              +--oracle.dmt.odm.result.ApplyContentOptionItem
All Implemented Interfaces:
java.io.Serializable

Deprecated. As of ODM 9.2.0, substitute with ApplyMultipleScoringItem with nPair=1 and useTop=true. The prediction column (predAttr) must be provided, while the probability column (probAttr) is still optional. The sequence ID is included in the apply output table by default if the input data is transactional.

public class ApplyContentOptionItem
extends ApplyContentItem

An instance of ApplyContentOptionItem is an element to construct a MiningApplyOutput object used as specification of the apply output. It specifies whether a score, probability, or sequence ID (if the input data is in transactional form) is to be added to the apply output table created as the result of the apply mining operation.

Since:
9.0.1
See Also:
MiningApplyOutput, Serialized Form

Constructor Summary
ApplyContentOptionItem(Attribute destAttr, ApplyResultContentOption option)
          Deprecated. Constructs an instance of ApplyContentOptionItem with the specified ApplyResultContentOption.
 
Method Summary
TypeMethod
 ApplyResultContentOption getApplyResultContentOption()
          Deprecated. Returns the kind of apply result content option as the enumeration ApplyResultContentOption.
 
Methods inherited from class oracle.dmt.odm.result.ApplyContentItem
getDestinationAttribute
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplyContentOptionItem

public ApplyContentOptionItem(Attribute destAttr,
                              ApplyResultContentOption option)
                       throws InvalidArgumentException
Deprecated. 
Constructs an instance of ApplyContentOptionItem with the specified ApplyResultContentOption.
Parameters:
destinationAttr - The details of the column to appear in the apply output table
option - The type of result content to appear in the apply output table (score, probability, or sequenceID)
Throws:
InvalidArgumentException -
  • destAttr is null,
  • column name in destAttr is invalid, or
  • option is null.
See Also:
ApplyResultContentOption
Method Detail

getApplyResultContentOption

public ApplyResultContentOption getApplyResultContentOption()
Deprecated. 
Returns the kind of apply result content option as the enumeration ApplyResultContentOption.
Returns:
ApplyResultContentOption - The kind of apply result content option