|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MaintenanceAlgorithm | |
---|---|
jcolibri.method.maintenance | Maintenance method |
Uses of MaintenanceAlgorithm in jcolibri.method.maintenance |
---|
Subclasses of MaintenanceAlgorithm in jcolibri.method.maintenance | |
---|---|
class |
BBNRAlgorithm
Implements the BBNR Maintenance Algorithm to remove noise from the case base |
class |
CRRAlgorithm
Implements the CRR Maintenance Algorithm to remove redundancy from the case base |
class |
ICFAlgorithm
Implements the ICF Maintenance Algorithm to remove redundancy from the case base |
class |
RCAlgorithm
Implements the RC Maintenance Algorithm to remove redundancy from the case base |
class |
RENNAlgorithm
Implements the RENN Maintenance Algorithm to remove noise from the case base |
Methods in jcolibri.method.maintenance with parameters of type MaintenanceAlgorithm | |
---|---|
static java.util.LinkedList<CBRCase> |
RunTwoStepMaintenance.runMaintenance(MaintenanceAlgorithm alg1,
MaintenanceAlgorithm alg2,
java.util.Collection<CBRCase> cases,
KNNConfig simConfig)
Runs alg1 followed by alg2 on the given cases and returns the cases deleted by the combined algorithms |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |