|
||||||||||
| 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.BBNRNoiseReduction
public class BBNRNoiseReduction
Provides the ability to run the BBNR case base editing algorithm on a case base to eliminate noise.
| Constructor Summary | |
|---|---|
BBNRNoiseReduction()
|
|
| Method Summary | |
|---|---|
java.util.LinkedList<CBRCase> |
retrieveCasesToDelete(java.util.Collection<CBRCase> cases,
KNNClassificationConfig simConfig)
Simulates the BBNR 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 BBNRNoiseReduction()
| Method Detail |
|---|
public java.util.LinkedList<CBRCase> retrieveCasesToDelete(java.util.Collection<CBRCase> cases,
KNNClassificationConfig simConfig)
retrieveCasesToDelete in class AbstractCaseBaseEditMethodcases - 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 | |||||||||