Searched defs:falseMatchCount (Results 1 – 1 of 1) sorted by relevance
486 static inline float precision( int correctMatchCount, int falseMatchCount ) in precision()512 int correctMatchCount = 0, falseMatchCount = 0; in computeRecallPrecisionCurve() local