net.sf.myra.antree
Class AntTreeMiner

java.lang.Object
  extended by net.sf.myra.datamining.Classifier
      extended by net.sf.myra.antree.AntTreeMiner

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

Version:
$Revision: 2348 $ $Date:: 2011-09-14 17:05:59#$
Author:
Fernando Esteban Barril Otero

Field Summary
static java.lang.String COLONY_SIZE
          The property key under which the colony size is stored.
static java.lang.String CONVERGENCE_TEST
          The property key under which the convergence test implementation class name is stored.
static java.lang.String GRAPH
          The property key under which the construction graph implementation class name is stored.
static java.lang.String HEURISTIC
          The property key under which the heuristic information implementation class name is stored.
static java.lang.String MEASURE
          The property key under which the measure implementation class name is stored.
static java.lang.String PRUNER
          The property key under which the pruner implementation class name is stored.
static java.lang.String WORKERS
          The property key under which the number of worker threads is stored.
 
Fields inherited from class net.sf.myra.datamining.Classifier
DEFAULT_MAXIMUM_UNCOVERED_CASES, MAXIMUM_UNCOVERED_CASES, RULE_QUALITY_FUNCTION
 
Constructor Summary
AntTreeMiner()
          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

COLONY_SIZE

public static final java.lang.String COLONY_SIZE
The property key under which the colony size is stored.

See Also:
Constant Field Values

GRAPH

public static final java.lang.String GRAPH
The property key under which the construction graph implementation class name is stored.

See Also:
Constant Field Values

MEASURE

public static final java.lang.String MEASURE
The property key under which the measure implementation class name is stored.

See Also:
Constant Field Values

PRUNER

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

See Also:
Constant Field Values

HEURISTIC

public static final java.lang.String HEURISTIC
The property key under which the heuristic information implementation class name is stored.

See Also:
Constant Field Values

WORKERS

public static final java.lang.String WORKERS
The property key under which the number of worker threads is stored.

See Also:
Constant Field Values

CONVERGENCE_TEST

public static final java.lang.String CONVERGENCE_TEST
The property key under which the convergence test implementation class name is stored.

See Also:
Constant Field Values
Constructor Detail

AntTreeMiner

public AntTreeMiner()
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.