|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.put.semintec.mining.association.AssociationRule
public class AssociationRule
Represents relational association rule (query extension).
Constructor Summary | |
---|---|
AssociationRule()
|
Method Summary | |
---|---|
void |
calculateConfidence()
Calculates confidence of the rule |
Pattern |
getAntecedent()
Getter of the property antecedent |
double |
getConfidence()
Getter of the property confidence |
Pattern |
getConsequent()
Getter of the property consequent |
void |
setAntecedent(Pattern antecedent)
Setter of the property antecedent |
void |
setConfidence(double confidence)
Setter of the property confidence |
void |
setConsequent(Pattern consequent)
Setter of the property consequent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssociationRule()
Method Detail |
---|
public Pattern getAntecedent()
public void setAntecedent(Pattern antecedent)
antecedent
- The antecedent to set.public Pattern getConsequent()
public void setConsequent(Pattern consequent)
consequent
- The consequent to set.public double getConfidence()
public void setConfidence(double confidence)
confidence
- The confidence to set.public void calculateConfidence()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |