|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccuracyView
Provides a read-only view on Accuracy
statistics and the underlying raw counts.
Method Summary | |
---|---|
double |
getAccuracy()
Calculates and returns the accuracy: A = true / (true + false). |
long |
getFalseCount()
Returns the number of false decisions. |
long |
getTrueCount()
Returns the number of true decisions. |
Methods inherited from interface de.fu_berlin.ties.io.Storable |
---|
storeFields |
Method Detail |
---|
double getAccuracy()
long getFalseCount()
long getTrueCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |