public interface CARuleMiner extends OptionHandler
Modifier and Type | Method and Description |
---|---|
Instances |
getInstancesNoClass()
Gets the instances without the class attribute
|
Instances |
getInstancesOnlyClass()
Gets the class attribute and its values for all instances
|
String |
metricString()
Gets name of the scoring metric used for car mining
|
FastVector[] |
mineCARs(Instances data)
Method for mining class association rules.
|
void |
setClassIndex(int index)
Sets the class index for the class association rule miner
|
getOptions, listOptions, setOptions
FastVector[] mineCARs(Instances data) throws Exception
data
- the insatnces for which class association rules are minedException
- throws exception if class association rules cannot be minedInstances getInstancesNoClass()
Instances getInstancesOnlyClass()
String metricString()
void setClassIndex(int index)
index
- the class indexCopyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.