HomeSort by relevance Sort by last modified time
    Searched defs:recall (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/ext2ed/
general_com.c 809 void recall (char *command_line) function
836 wprintw (command_win,"Error - Can not recall %s\n",buffer);refresh_command_win ();
  /packages/apps/TV/src/com/android/tv/recommendation/
RoutineWatchEvaluator.java 126 double recall = (double) maxMatchedWordSeqLen / wordList2.size(); local
127 return 2.0 * precision * recall / (precision + recall);
160 double recall = dupTimeScore / (t2.endTimeOfDayInSec - t2.startTimeOfDayInSec); local
161 return 2.0 * precision * recall / (precision + recall);
  /external/opencv3/modules/features2d/src/
evaluation.cpp 481 static inline float recall( int correctMatchCount, int correspondenceCount ) function
521 float r = recall( correctMatchCount, correspondenceCount );
531 float recall = -1.f; local
534 recall = recallPrecisionCurve[nearestPointIndex].y;
536 return recall;
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyShell.py 1187 def recall(self, s, event): member in class:PyShell
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyShell.py 1187 def recall(self, s, event): member in class:PyShell
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 1187 def recall(self, s, event): member in class:PyShell
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 1187 def recall(self, s, event): member in class:PyShell
    [all...]

Completed in 430 milliseconds