|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweka.associations.Associator
wpi.associations.Associator
Abstract class that measures the time it takes to mine frequent itemsets and reports this to standard out.
| Field Summary | |
private static int |
debug
Specifies debug info level 0: no debug info 1: input to methods 2: and output from methods 3: and all sorts of stuff |
protected Logger |
logger
The object responsible for logging. |
protected java.lang.String |
logStatsFileName
The name of the log file to write to. |
| Constructor Summary | |
Associator()
|
|
| Method Summary | |
void |
buildAssociations(weka.core.Instances data)
Generates an associator. |
abstract void |
mineAssociations(weka.core.Instances data)
Generates an associator. |
| Methods inherited from class weka.associations.Associator |
forName, makeCopies |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Logger logger
protected java.lang.String logStatsFileName
private static final int debug
| Constructor Detail |
public Associator()
| Method Detail |
public abstract void mineAssociations(weka.core.Instances data)
throws java.lang.Exception
data - set of instances serving as training data
java.lang.Exception - if the associator has not been
generated successfully
public void buildAssociations(weka.core.Instances data)
throws java.lang.Exception
data - set of instances serving as training data
java.lang.Exception - if the associator has not been
generated successfully
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||