public class ReviseMAPE extends Revise
Constructor and Description |
---|
ReviseMAPE() |
Modifier and Type | Method and Description |
---|---|
void |
revise(CBR cbr)
Method to revise the classification of the test Population of a given CBR
using mean absolute percentage error.
|
void |
revise(Population test,
java.lang.String correctnessAttribute)
Method to revise the classification using mean absolute percentage error
over a given Population.
|
public void revise(Population test, java.lang.String correctnessAttribute)
public void revise(CBR cbr)