|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Classes implementing this interface provide input for calculating evaluation metrics: true positives, false negatives and false positives.
Method Summary | |
long |
getFalseNeg()
Returns the number of false negatives (false rejections). |
long |
getFalsePos()
Returns the number of false positives (false acceptances). |
long |
getTruePos()
Returns the number of true positives (correct recognitions). |
Method Detail |
public long getFalseNeg()
public long getFalsePos()
public long getTruePos()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |