|
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.MiningObject | +--oracle.dmt.odm.result.ApplyContentItem | +--oracle.dmt.odm.result.ApplyRuleItem
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
.
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 |
public ApplyRuleItem(Attribute ruleAttribute) throws InvalidArgumentException
ApplyRuleItem
with the specified rule attribute.ruleAttribute
- The attribute to appear in the apply output table as rule columnInvalidArgumentException
-
ruleAttribute
is null,Method Detail |
public Attribute getRuleAttribute()
Attribute
- The attribute that describes the rule column
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |