net.sf.myra.hantminer.pittsburgh
Class hmAntMinerPB

java.lang.Object
  extended by net.sf.myra.datamining.Classifier
      extended by net.sf.myra.hantminer.pittsburgh.hmAntMinerPB

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

This class represents the hmAnt-MinerPB classification algorithm.

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

Field Summary
static java.lang.String CONFIDENCE_MEASURE
          The property key under which the confidence measure class name is stored.
static java.lang.String NICHES
          The property key under which the niches value is stored.
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
hmAntMinerPB()
          Default constructor.
 
Method Summary
 net.sf.myra.datamining.Model 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

NICHES

public static final java.lang.String NICHES
The property key under which the niches value is stored.

See Also:
Constant Field Values

CONFIDENCE_MEASURE

public static final java.lang.String CONFIDENCE_MEASURE
The property key under which the confidence measure class name is stored. This measure is used to compute the quality of a complete list of rules.

See Also:
Constant Field Values
Constructor Detail

hmAntMinerPB

public hmAntMinerPB()
Default constructor.

Method Detail

run

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


Copyright © 2013. All Rights Reserved.