|
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
An instance of MiningRule
represents a rule as produced from the Association Rules model, the Adaptive Bayes Network model, or the Clustering model.
AssociationRulesModel
, AdaptiveBayesNetworkModel
, ClusteringModel
, RuleComponent
, Serialized FormMethod Summary | |
RuleComponent |
getAntecedent() Returns the antecendent of the mining rule. |
RuleComponent |
getConsequent() Returns the consequent of the mining rule. |
RuleAnnotation[] |
getRuleAnnotations() Returns an array of the rule annotations in the mining rule. |
int |
getRuleId() Returns the identifier of the mining rule. |
float |
getSupport() Returns the support value of the mining rule. |
int |
getSupportCount() Returns the support count of the mining rule. |
void |
setSupportCount(int count) Sets the support count of the mining rule. |
java.lang.String |
toString() Returns a formatted string representation of the mining rule for the convenience of display. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public int getRuleId()
int
- The identifier of the mining rulepublic RuleAnnotation[] getRuleAnnotations()
public RuleComponent getAntecedent()
RuleComponent
- The antecedent of the mining rule.public RuleComponent getConsequent()
RuleComponent
- The consequent of the mining rulepublic float getSupport()
float
- The support value of the rulepublic int getSupportCount()
int
- The support count of the rule (number of cases that supports the rule)public void setSupportCount(int count)
public java.lang.String toString()
toString
in class java.lang.Object
String
- A formatted string of the mining rule
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |