|
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.rule.MiningRule
|
+--oracle.dmt.odm.rule.ABNMiningRule
An instance of ABNMiningRule represents a rule as produced from the Adaptive Bayes Network Model.
AdaptiveBayesNetworkModel, Serialized Form| Method Summary | |
float |
getConfidence()Returns the highest probability predicted target probability associated with this rule. |
int |
getCount()Returns the highest probability predicted target count associated with this rule. |
Category |
getTarget()Returns the highest probability predicted target value associated with this tree node. |
TargetItem[] |
getTargetItems()Returns an array of the target items in the mining rule. |
| Methods inherited from class oracle.dmt.odm.rule.MiningRule |
getAntecedent, getConsequent, getRuleAnnotations, getRuleId, getSupport, getSupportCount, setSupportCount, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public TargetItem[] getTargetItems()
TargetItem[] - the rule target items in the mining rule.public int getCount()
int - the highest probability predicted target count associated with this rulepublic float getConfidence()
float - the highest probability predicted target probability associated with this rulepublic Category getTarget()
Category - the highest probability predicted target value associated with this tree node
|
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||