|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.hantminer.RuleFactory
public class RuleFactory
Field Summary | |
---|---|
static java.lang.String |
UPDATE_SIZE
The property key under which the number of ants updating the pheromone is stored. |
Constructor Summary | |
---|---|
RuleFactory(net.sf.myra.datamining.data.Dataset dataset,
net.sf.myra.framework.StopCondition condition,
RuleEvaluator evaluator)
Default constructor. |
Method Summary | |
---|---|
net.sf.myra.datamining.Rule |
create()
|
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 UPDATE_SIZE
Constructor Detail |
---|
public RuleFactory(net.sf.myra.datamining.data.Dataset dataset, net.sf.myra.framework.StopCondition condition, RuleEvaluator evaluator)
dataset
- the dataset used to extract rules.Method Detail |
---|
public net.sf.myra.datamining.Rule create()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |