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

B12276-01

oracle.dmt.odm.result
Class ApplyRuleItem

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

public class ApplyRuleItem
extends ApplyContentItem

An instance of ApplyRuleItem is used to construct a MiningApplyOutput object used for the AdaptiveBayesNetwork apply mining operation. It specifies the rule column that may appear in the apply output table. The rule column is only valid for single feature AdaptiveBayesNetworkModel. The rule column contains rule ids which reference the rules used for the predictions. The rule can be retreived by getRuleById method of the AdaptiveBayesNetworkModel.

Since:
9.2.0.4
See Also:
MiningApplyOutput,
Attribute,
, Serialized Form

Constructor Summary
ApplyRuleItem(Attribute ruleAttribute)
          Creates an instance of ApplyRuleItem with the specified rule attribute.

 

Method Summary
 Attribute getRuleAttribute()
          Returns the attribute to appear in the apply output table as rule column.

 

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

ApplyRuleItem

public ApplyRuleItem(Attribute ruleAttribute)
              throws InvalidArgumentException
Creates an instance of ApplyRuleItem with the specified rule attribute.
Parameters:
ruleAttribute - The attribute to appear in the apply output table as rule column
Throws:
InvalidArgumentException -
Method Detail

getRuleAttribute

public Attribute getRuleAttribute()
Returns the attribute to appear in the apply output table as rule column.
Returns:
Attribute - The attribute that describes the rule column

Copyright © 2003 Oracle Corporation. All Rights Reserved.