|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.penguinwerks.jodene.ErrorCalculator
The error calculator calculates the error based on some agorithm, for example, sum of squares.
| Constructor Summary | |
ErrorCalculator()
Default constructor. |
|
| Method Summary | |
abstract double |
calculateError(java.util.Map expected,
java.util.Map actual)
Given an expected value and an input value the error is returned. |
abstract java.lang.String |
getDefaultName()
Returns the default name for this error calculator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ErrorCalculator()
| Method Detail |
public abstract double calculateError(java.util.Map expected,
java.util.Map actual)
expected - The expected values.actual - The actual values.
public abstract java.lang.String getDefaultName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||