|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.cantminer.alpha.RuleFactory
public class RuleFactory
Field Summary | |
---|---|
static java.lang.String |
MINIMUM_RULE_CASES
The property key under which the minimum rule cases value is stored. |
Constructor Summary | |
---|---|
RuleFactory(net.sf.myra.framework.Graph<Step> graph,
net.sf.myra.datamining.data.Dataset dataset,
RuleThresholdCache cache)
Default constructor. |
Method Summary | |
---|---|
net.sf.myra.datamining.Rule |
create(int level)
|
net.sf.myra.framework.Graph<Step> |
getGraph()
|
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 MINIMUM_RULE_CASES
Constructor Detail |
---|
public RuleFactory(net.sf.myra.framework.Graph<Step> graph, net.sf.myra.datamining.data.Dataset dataset, RuleThresholdCache cache)
graph
- the problem construction graph.dataset
- the dataset reference.Method Detail |
---|
public net.sf.myra.datamining.Rule create(int level)
public net.sf.myra.framework.Graph<Step> getGraph()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |