|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EvalInput
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 |
---|
long getFalseNeg()
long getFalsePos()
long getTruePos()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |