|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.method.maintenance.AbstractCaseBaseEditMethod
jcolibri.method.maintenance.TwoStepCaseBaseEditMethod
jcolibri.method.maintenance.algorithms.CRRFull
public 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.
Field Summary |
---|
Fields inherited from class jcolibri.method.maintenance.TwoStepCaseBaseEditMethod |
---|
method1, method2 |
Constructor Summary | |
---|---|
CRRFull(AbstractCaseBaseEditMethod method1,
AbstractCaseBaseEditMethod method2)
Sets up the edit method using BBNR noise removal and CRR 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 |
---|
public CRRFull(AbstractCaseBaseEditMethod method1, AbstractCaseBaseEditMethod method2)
method1
- The first method to run.method2
- The second method to run.
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |