|
||||||||||
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.cantminer.pittsburgh.unordered.UcAntMiner2PB
public class UcAntMiner2PB
This class implements an alternative version of the Unordered cAnt-MinerPB algorithm that does not use the dynamic rule quality function procedeure. This was implemented to evaluate the effect of the of the dynamic selection on the pruning of rules.
Field Summary |
---|
Fields inherited from class net.sf.myra.datamining.Classifier |
---|
DEFAULT_MAXIMUM_UNCOVERED_CASES, MAXIMUM_UNCOVERED_CASES, RULE_QUALITY_FUNCTION |
Constructor Summary | |
---|---|
UcAntMiner2PB()
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 |
Constructor Detail |
---|
public UcAntMiner2PB()
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 |