net.sf.myra.cantminer.pittsburgh.unordered
Class UcAntMiner2PB

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

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

This class implements an alternative version of the Unordered cAnt-MinerPB algorithm that does not use the dynamic rule quality function procedeure. This was implemented to evaluate the effect of the of the dynamic selection on the pruning of rules.

Author:
Fernando Esteban Barril Otero

Field Summary
 
Fields inherited from class net.sf.myra.datamining.Classifier
DEFAULT_MAXIMUM_UNCOVERED_CASES, MAXIMUM_UNCOVERED_CASES, RULE_QUALITY_FUNCTION
 
Constructor Summary
UcAntMiner2PB()
          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
 

Constructor Detail

UcAntMiner2PB

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