public class ReviseMSE extends Revise
Constructor and Description |
---|
ReviseMSE() |
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 squared error.
|
void |
revise(Population test,
java.lang.String correctnessAttribute)
Method to revise the classification using mean squared error
over a given Population.
|
public void revise(Population test, java.lang.String correctnessAttribute)
public void revise(CBR cbr)