net.sf.myra.cantminer.pittsburgh.unordered
Class FixedClassRuleFactory

java.lang.Object
  extended by net.sf.myra.cantminer.pittsburgh.unordered.FixedClassRuleFactory

public class FixedClassRuleFactory
extends java.lang.Object

Author:
Fernando Esteban Barril Otero

Constructor Summary
FixedClassRuleFactory(net.sf.myra.framework.Graph<net.sf.myra.datamining.data.Term> 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.datamining.data.Label label)
           
 net.sf.myra.framework.Graph<net.sf.myra.datamining.data.Term> getGraph()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedClassRuleFactory

public FixedClassRuleFactory(net.sf.myra.framework.Graph<net.sf.myra.datamining.data.Term> 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,
                                          net.sf.myra.datamining.data.Label label)

getGraph

public net.sf.myra.framework.Graph<net.sf.myra.datamining.data.Term> getGraph()


Copyright © 2013. All Rights Reserved.