net.sf.myra.hantminer.pittsburgh
Class hmAntMinerPB
java.lang.Object
net.sf.myra.datamining.Classifier
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 |
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 |
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
hmAntMinerPB
public hmAntMinerPB()
- Default constructor.
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.