net.sf.myra.hantminer.probabilistic
Class hmAntMiner

java.lang.Object
  extended by net.sf.myra.datamining.Classifier
      extended by net.sf.myra.hantminer.probabilistic.hmAntMiner

public class hmAntMiner
extends net.sf.myra.datamining.Classifier

This class represents the hmAnt-Miner classification algorithm.

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

Field Summary
static java.lang.String OPTIONS_FILE
          Default options filename.
 
Fields inherited from class net.sf.myra.datamining.Classifier
DEFAULT_MAXIMUM_UNCOVERED_CASES, MAXIMUM_UNCOVERED_CASES, RULE_QUALITY_FUNCTION
 
Constructor Summary
hmAntMiner()
          Default constructor.
 
Method Summary
 net.sf.myra.datamining.model.AbstractRuleModel run(net.sf.myra.datamining.data.Dataset dataset)
           
 
Methods inherited from class net.sf.myra.datamining.Classifier
filter, getOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPTIONS_FILE

public static final java.lang.String OPTIONS_FILE
Default options filename.

See Also:
Constant Field Values
Constructor Detail

hmAntMiner

public hmAntMiner()
Default constructor.

Method Detail

run

public net.sf.myra.datamining.model.AbstractRuleModel run(net.sf.myra.datamining.data.Dataset dataset)
Specified by:
run in class net.sf.myra.datamining.Classifier


Copyright © 2013. All Rights Reserved.