|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.debellor.base.evaluator.score.Score
org.debellor.base.evaluator.score.RMSE
public class RMSE
Calculates Root Mean Squared Error (RMSE) of numeric decisions predicted by a decision system.
| Constructor Summary | |
|---|---|
RMSE()
|
|
| Method Summary | |
|---|---|
void |
add(DataObject target,
DataObject prediction)
Update the score with another pair of (target,prediction) decisions. |
java.lang.String |
report()
Calculates the value(s) of the quality measure and returns in a form of a textual report. |
void |
reset()
Resets the score to its initial state. |
double |
result()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RMSE()
| Method Detail |
|---|
public void reset()
Score
reset in class Score
public void add(DataObject target,
DataObject prediction)
throws DataCastException
Score
add in class Scoretarget - Ground truth decision of a sample.prediction - Decision predicted by a decision algorithm.
DataCastExceptionpublic java.lang.String report()
Score
report in class Scorepublic double result()
result in class Score
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||