|
||||||||||
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.algorithms.CRRRedundancyRemoval
public class CRRRedundancyRemoval
Provides the ability to run the CRR case base editing algorithm on a case base to eliminate redundancy.
Constructor Summary | |
---|---|
CRRRedundancyRemoval()
|
Method Summary | |
---|---|
java.util.List<CBRCase> |
retrieveCasesToDelete(java.util.Collection<CBRCase> cases,
KNNClassificationConfig simConfig)
Simulates the CRR case base editing algorithm, returning the cases that would be deleted by the algorithm. |
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 CRRRedundancyRemoval()
Method Detail |
---|
public java.util.List<CBRCase> retrieveCasesToDelete(java.util.Collection<CBRCase> cases, KNNClassificationConfig simConfig)
retrieveCasesToDelete
in class AbstractCaseBaseEditMethod
cases
- The group of cases on which to perform editing.simConfig
- The similarity configuration for these cases.
|
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 |