jcolibri.method.maintenance.algorithms
Class RCFull

java.lang.Object
  extended by jcolibri.method.maintenance.AbstractCaseBaseEditMethod
      extended by jcolibri.method.maintenance.TwoStepCaseBaseEditMethod
          extended by jcolibri.method.maintenance.algorithms.RCFull

public class RCFull
extends TwoStepCaseBaseEditMethod

Provides the ability to run the full RC Maintenance algorithm, which consists of running RENN to remove noise followed by the RC redundancy removal.

Author:
Lisa Cummins

Field Summary
 
Fields inherited from class jcolibri.method.maintenance.TwoStepCaseBaseEditMethod
method1, method2
 
Constructor Summary
RCFull(AbstractCaseBaseEditMethod method1, AbstractCaseBaseEditMethod method2)
          Sets up the edit method using RENN noise removal and RC redundancy removal.
 
Method Summary
 
Methods inherited from class jcolibri.method.maintenance.TwoStepCaseBaseEditMethod
retrieveCasesToDelete
 
Methods inherited from class jcolibri.method.maintenance.AbstractCaseBaseEditMethod
edit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RCFull

public RCFull(AbstractCaseBaseEditMethod method1,
              AbstractCaseBaseEditMethod method2)
Sets up the edit method using RENN noise removal and RC redundancy removal.

Parameters:
method1 - The first method to run.
method2 - The second method to run.

GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es