public class AssociationRules extends Object implements Serializable
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.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()
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.