|
||||||||||
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.hantminer.probabilistic.hmAntMiner
public class hmAntMiner
This class represents the hmAnt-Miner classification algorithm.
Field Summary | |
---|---|
static java.lang.String |
OPTIONS_FILE
Default options filename. |
Fields inherited from class net.sf.myra.datamining.Classifier |
---|
DEFAULT_MAXIMUM_UNCOVERED_CASES, MAXIMUM_UNCOVERED_CASES, RULE_QUALITY_FUNCTION |
Constructor Summary | |
---|---|
hmAntMiner()
Default constructor. |
Method Summary | |
---|---|
net.sf.myra.datamining.model.AbstractRuleModel |
run(net.sf.myra.datamining.data.Dataset dataset)
|
Methods inherited from class net.sf.myra.datamining.Classifier |
---|
filter, 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 OPTIONS_FILE
Constructor Detail |
---|
public hmAntMiner()
Method Detail |
---|
public net.sf.myra.datamining.model.AbstractRuleModel 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 |