net.sf.myra.cantminer.pittsburgh
Class cAntMinerPB

java.lang.Object
  extended by net.sf.myra.datamining.Classifier
      extended by net.sf.myra.cantminer.pittsburgh.cAntMinerPB

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

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

Field Summary
static double DEFAULT_PERCENTAGE
          Default uncovered percentage.
static java.lang.String LIST_MEASURE
          The property key name under which the measure class name to be used to evaluate a list of rules is stored.
static java.lang.String OPTIONS_FILE
          The default configuration file name.
static java.lang.String PRUNER
          The property key name under which the pruner class name is stored.
static java.lang.String START_VERTEX
          Virtual starting vertex label.
static java.lang.String UNCOVERED_CASES_PCT
          The property key name under which the percentage of uncovered cases is stored.
 
Fields inherited from class net.sf.myra.datamining.Classifier
DEFAULT_MAXIMUM_UNCOVERED_CASES, MAXIMUM_UNCOVERED_CASES, RULE_QUALITY_FUNCTION
 
Constructor Summary
cAntMinerPB()
          Default constructor.
 
Method Summary
 java.util.Properties filter(java.util.Properties properties)
           
 net.sf.myra.datamining.Model run(net.sf.myra.datamining.data.Dataset dataset)
           
 
Methods inherited from class net.sf.myra.datamining.Classifier
getOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_VERTEX

public static final java.lang.String START_VERTEX
Virtual starting vertex label.

See Also:
Constant Field Values

OPTIONS_FILE

public static final java.lang.String OPTIONS_FILE
The default configuration file name.

See Also:
Constant Field Values

UNCOVERED_CASES_PCT

public static final java.lang.String UNCOVERED_CASES_PCT
The property key name under which the percentage of uncovered cases is stored.

See Also:
Constant Field Values

LIST_MEASURE

public static final java.lang.String LIST_MEASURE
The property key name under which the measure class name to be used to evaluate a list of rules is stored.

See Also:
Constant Field Values

PRUNER

public static final java.lang.String PRUNER
The property key name under which the pruner class name is stored.

See Also:
Constant Field Values

DEFAULT_PERCENTAGE

public static final double DEFAULT_PERCENTAGE
Default uncovered percentage.

See Also:
Constant Field Values
Constructor Detail

cAntMinerPB

public cAntMinerPB()
Default constructor.

Method Detail

filter

public java.util.Properties filter(java.util.Properties properties)
Overrides:
filter in class net.sf.myra.datamining.Classifier

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.