net.sf.myra.cantminer.alpha
Class RuleFactory

java.lang.Object
  extended by net.sf.myra.cantminer.alpha.RuleFactory

public class RuleFactory
extends java.lang.Object

Author:
Fernando Esteban Barril Otero

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

MINIMUM_RULE_CASES

public static final java.lang.String MINIMUM_RULE_CASES
The property key under which the minimum rule cases value is stored.

See Also:
Constant Field Values
Constructor Detail

RuleFactory

public RuleFactory(net.sf.myra.framework.Graph<Step> graph,
                   net.sf.myra.datamining.data.Dataset dataset,
                   RuleThresholdCache cache)
Default constructor.

Parameters:
graph - the problem construction graph.
dataset - the dataset reference.
Method Detail

create

public net.sf.myra.datamining.Rule create(int level)

getGraph

public net.sf.myra.framework.Graph<Step> getGraph()


Copyright © 2013. All Rights Reserved.