public abstract class Revise
extends java.lang.Object
Constructor and Description |
---|
Revise() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
getIds()
Method returning the cases' identifications
|
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
|
abstract void |
revise(CBR cbr)
Abstract method which once implemented in the subclass will compute the
the resivion of the cases returned by a reuse.
|
abstract void |
revise(Population test,
java.lang.String correctnessAttribute)
Abstract method which once implemented in the subclass will compute the
result of the revision for the cases returned by a reuse
|
public abstract void revise(Population test, java.lang.String correctnessAttribute)
test
- Population with the cases to revisecorrectnessAttribute
- String with the name of the attribute holding
the value of the case's correctnesspublic abstract void revise(CBR cbr)
cbr
- CBR object used. Has information about both Problacio test and
and train, the parameters used and the classification obtained *public java.math.BigDecimal getResult(java.lang.Object id)
id
- Object the result is asked ofpublic java.math.BigDecimal getResult()
public java.util.List<java.lang.Object> getIds()