Package | Description |
---|---|
Core.CBR | |
Core.CBR.Review |
Modifier and Type | Field and Description |
---|---|
protected Review |
CBR.review
Evaluates the case base in search of any redundant, innecessary or non
beneficial cases, and drops them if found.
|
Modifier and Type | Method and Description |
---|---|
Review |
CBR.getReview()
Returns the review implementation of this CBR
|
Modifier and Type | Method and Description |
---|---|
void |
CBR.afegeixReview(Review r)
Adds a review method to this CBR.
|
Modifier and Type | Class and Description |
---|---|
class |
IteratedCaseFiltering_forRegression_retrieveTimeDependent
This class implements a review method for regression.
|
class |
IterativeCaseFiltering_forRegression
This class implements a review method for regression.
|
class |
ReviewIteratedFiltering
Method that implements the Iterated Case Filtering (deletes all cases with
Reachability greater than Coverage)
|
class |
ReviewNot
Review method that doesn't drop any cases from the train population.
|
class |
ReviewPepper
Class to perform review and restore methods for PEPPER CBR
|
class |
ReviewReductorRandom
Review class that drops random cases until the population drops to a specified percentage of its original size.
|
class |
ReviewReductorToN
Review class that drops random cases until the population drops to a specified size.
|
Modifier and Type | Method and Description |
---|---|
Review |
ReviewFactory.Factory(java.lang.String tipus)
Constructor for Reviews.
|