| Class | Description |
|---|---|
| IteratedCaseFiltering_forRegression_retrieveTimeDependent |
This class implements a review method for regression.
|
| IterativeCaseFiltering_forRegression |
This class implements a review method for regression.
|
| Review |
Abstract class to execute the Review phase (Retain's subphase) of a CBR.
|
| ReviewFactory |
Constructor class for Review.
|
| ReviewIteratedFiltering |
Method that implements the Iterated Case Filtering (deletes all cases with
Reachability greater than Coverage)
|
| ReviewNot |
Review method that doesn't drop any cases from the train population.
|
| ReviewPepper |
Class to perform review and restore methods for PEPPER CBR
|
| ReviewReductorRandom |
Review class that drops random cases until the population drops to a specified percentage of its original size.
|
| ReviewReductorToN |
Review class that drops random cases until the population drops to a specified size.
|