public class ReviseClassificationError extends Revise
Constructor and Description |
---|
ReviseClassificationError() |
Modifier and Type | Method and Description |
---|---|
void |
revise(CBR cbr)
Method to revise the accuracy of the classification of the test Population
of a given CBR.
|
void |
revise(Population test,
java.lang.String correctnessAttribute)
Method to revise the accuracy of the classification of a given Population.
|
public void revise(Population test, java.lang.String correctnessAttribute)
public void revise(CBR cbr)