|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.associations.AssociationRules
public class AssociationRules
Class encapsulating a list of association rules.
| Constructor Summary | |
|---|---|
AssociationRules(List<AssociationRule> rules)
Constructs a new AssociationRules. |
|
AssociationRules(List<AssociationRule> rules,
Object producer)
Constructs a new AssociationRules. |
|
AssociationRules(List<AssociationRule> rules,
String producer)
Constructs a new AssociationRules. |
|
| Method Summary | |
|---|---|
int |
getNumRules()
Get the number of rules. |
String |
getProducer()
Get a string describing the scheme that produced these rules. |
List<AssociationRule> |
getRules()
Get the rules. |
void |
setProducer(String producer)
Set a textual description of the scheme that produced these rules. |
void |
setRules(List<AssociationRule> rules)
Set the rules to use. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssociationRules(List<AssociationRule> rules,
String producer)
rules - the list of rules.producer - a string describing the scheme that produced these rules.
public AssociationRules(List<AssociationRule> rules,
Object producer)
rules - the list of rules.producer - the scheme that produced the rules.public AssociationRules(List<AssociationRule> rules)
rules - the list of rules.| Method Detail |
|---|
public void setRules(List<AssociationRule> rules)
rules - the rules to use.public List<AssociationRule> getRules()
public int getNumRules()
public void setProducer(String producer)
producer - a textual description of the scheme that produced
these rules.public String getProducer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||