|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.datamining.ConfidenceEvaluator
public class ConfidenceEvaluator
This class represents a daemon action responsible to evaluate the confidence factor of the rules discovered by ants in the current iteration.
Constructor Summary | |
---|---|
ConfidenceEvaluator(Dataset dataset)
Default constructor. |
Method Summary | |
---|---|
void |
perform(net.sf.myra.framework.Colony colony)
Evaluated the confidence factor of rules discovered by ants in the specified colony. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfidenceEvaluator(Dataset dataset)
dataset
- the current dataset reference.Method Detail |
---|
public void perform(net.sf.myra.framework.Colony colony)
perform
in interface net.sf.myra.framework.DaemonAction
colony
- the colony of ants.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |