public class ReviseNot extends Revise
Constructor and Description |
---|
ReviseNot() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getResult()
Method returning the aggregated result of all cases.
|
java.math.BigDecimal |
getResult(java.lang.Object id)
Method returning the result of a specific case.
|
void |
revise(CBR cbr)
Method to not revise the test Population of a given CBR.
|
void |
revise(Population test,
java.lang.String correctnessAttribute)
Method to not revise over a given Population.
|
public void revise(Population test, java.lang.String correctnessAttribute)
public void revise(CBR cbr)
public java.math.BigDecimal getResult(java.lang.Object id)