|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.datamining.Classifier
net.sf.myra.antree.AntTreeMiner
public class AntTreeMiner
Field Summary | |
---|---|
static java.lang.String |
COLONY_SIZE
The property key under which the colony size is stored. |
static java.lang.String |
CONVERGENCE_TEST
The property key under which the convergence test implementation class name is stored. |
static java.lang.String |
GRAPH
The property key under which the construction graph implementation class name is stored. |
static java.lang.String |
HEURISTIC
The property key under which the heuristic information implementation class name is stored. |
static java.lang.String |
MEASURE
The property key under which the measure implementation class name is stored. |
static java.lang.String |
PRUNER
The property key under which the pruner implementation class name is stored. |
static java.lang.String |
WORKERS
The property key under which the number of worker threads is stored. |
Fields inherited from class net.sf.myra.datamining.Classifier |
---|
DEFAULT_MAXIMUM_UNCOVERED_CASES, MAXIMUM_UNCOVERED_CASES, RULE_QUALITY_FUNCTION |
Constructor Summary | |
---|---|
AntTreeMiner()
Default constructor. |
Method Summary | |
---|---|
java.util.Properties |
filter(java.util.Properties properties)
|
net.sf.myra.datamining.Model |
run(net.sf.myra.datamining.data.Dataset dataset)
|
Methods inherited from class net.sf.myra.datamining.Classifier |
---|
getOptions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COLONY_SIZE
public static final java.lang.String GRAPH
public static final java.lang.String MEASURE
public static final java.lang.String PRUNER
public static final java.lang.String HEURISTIC
public static final java.lang.String WORKERS
public static final java.lang.String CONVERGENCE_TEST
Constructor Detail |
---|
public AntTreeMiner()
Method Detail |
---|
public java.util.Properties filter(java.util.Properties properties)
filter
in class net.sf.myra.datamining.Classifier
public net.sf.myra.datamining.Model run(net.sf.myra.datamining.data.Dataset dataset)
run
in class net.sf.myra.datamining.Classifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |