Uses of Class
jcolibri.method.maintenance.AbstractCaseBaseEditMethod

Packages that use AbstractCaseBaseEditMethod
jcolibri.extensions.maintenance_evaluation Classes to evaluate maintenance applications (implemented by Lisa Cummins). 
jcolibri.method.maintenance Maintenance methods (implemented by Lisa Cummins & Derek Bridge). 
jcolibri.method.maintenance.algorithms Maintenance algorithms. 
 

Uses of AbstractCaseBaseEditMethod in jcolibri.extensions.maintenance_evaluation
 

Fields in jcolibri.extensions.maintenance_evaluation declared as AbstractCaseBaseEditMethod
protected  AbstractCaseBaseEditMethod MaintenanceEvaluator.editMethod
           
 

Methods in jcolibri.extensions.maintenance_evaluation with parameters of type AbstractCaseBaseEditMethod
 void MaintenanceEvaluator.init(StandardCBRApplication cbrApp, AbstractCaseBaseEditMethod editMethod, KNNClassificationConfig simConfig)
          Initialise this evaluator with the CBR application to evaluate and the edit method and similarity configuration to perform maintenance.
 void MaintenanceEvaluator.setEditMethod(AbstractCaseBaseEditMethod editMethod)
          Sets the edit method to be the given edit method.
 

Uses of AbstractCaseBaseEditMethod in jcolibri.method.maintenance
 

Subclasses of AbstractCaseBaseEditMethod in jcolibri.method.maintenance
 class TwoStepCaseBaseEditMethod
          Provides the ability to run two case base editing algorithms consecutively on a set of cases.
 

Fields in jcolibri.method.maintenance declared as AbstractCaseBaseEditMethod
protected  AbstractCaseBaseEditMethod TwoStepCaseBaseEditMethod.method1
           
protected  AbstractCaseBaseEditMethod TwoStepCaseBaseEditMethod.method2
           
 

Constructors in jcolibri.method.maintenance with parameters of type AbstractCaseBaseEditMethod
TwoStepCaseBaseEditMethod(AbstractCaseBaseEditMethod method1, AbstractCaseBaseEditMethod method2)
          Sets up the edit method using the two provided methods.
 

Uses of AbstractCaseBaseEditMethod in jcolibri.method.maintenance.algorithms
 

Subclasses of AbstractCaseBaseEditMethod in jcolibri.method.maintenance.algorithms
 class BBNRNoiseReduction
          Provides the ability to run the BBNR case base editing algorithm on a case base to eliminate noise.
 class CRRFull
          Provides the ability to run the full CRR Maintenance algorithm, which consists of running BBNR to remove noise followed by the CRR redundancy removal.
 class CRRRedundancyRemoval
          Provides the ability to run the CRR case base editing algorithm on a case base to eliminate redundancy.
 class ICFFull
          Provides the ability to run the full ICF Maintenance algorithm, which consists of running RENN to remove noise followed by the ICF redundancy removal.
 class ICFRedundancyRemoval
          Provides the ability to run the ICF case base editing algorithm on a case base to eliminate redundancy.
 class RCFull
          Provides the ability to run the full RC Maintenance algorithm, which consists of running RENN to remove noise followed by the RC redundancy removal.
 class RCRedundancyRemoval
          Provides the ability to run the RC case base editing algorithm on a case base to eliminate redundancy.
 class RENNNoiseReduction
          Provides the ability to run the RENN case base editing algorithm on a case base to eliminate noise.
 

Constructors in jcolibri.method.maintenance.algorithms with parameters of type AbstractCaseBaseEditMethod
CRRFull(AbstractCaseBaseEditMethod method1, AbstractCaseBaseEditMethod method2)
          Sets up the edit method using BBNR noise removal and CRR redundancy removal.
ICFFull(AbstractCaseBaseEditMethod method1, AbstractCaseBaseEditMethod method2)
          Sets up the edit method using RENN noise removal and ICF redundancy removal.
RCFull(AbstractCaseBaseEditMethod method1, AbstractCaseBaseEditMethod method2)
          Sets up the edit method using RENN noise removal and RC redundancy removal.
 


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