Class | Description |
---|---|
Revise |
Generic class to execute the Revise phase of a CBR algorithm
Abstract case which implements methods to be used in the subclasses.
|
ReviseClassificationError |
Calculates the accuracy of a classification
|
ReviseFactory |
Constructor for Revise.
|
ReviseMAPE |
Implements a numeric revision based on the mean absolute percentage error.
|
ReviseMSE |
Implements a numeric revision based on the mean squared error.
|
ReviseNot |
Implements no revision, leaving things as they are.
|
RevisePepper | |
RevisePepperAdaptableLearnRate | |
ReviseProva |
Revise prototype made as an approximation to what a true Revise method should
be.
|