net.sf.myra.hantminer
Class RuleFactory

java.lang.Object
  extended by net.sf.myra.hantminer.RuleFactory

public class RuleFactory
extends java.lang.Object

Version:
$Revision$ $Date:: $
Author:
Fernando Esteban Barril Otero

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

UPDATE_SIZE

public static final java.lang.String UPDATE_SIZE
The property key under which the number of ants updating the pheromone is stored.

See Also:
Constant Field Values
Constructor Detail

RuleFactory

public RuleFactory(net.sf.myra.datamining.data.Dataset dataset,
                   net.sf.myra.framework.StopCondition condition,
                   RuleEvaluator evaluator)
Default constructor.

Parameters:
dataset - the dataset used to extract rules.
Method Detail

create

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


Copyright © 2013. All Rights Reserved.