Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Core::Training::RecallAtN::RecallAtN ( Table::AnnotationTable annotation,
int  n,
int  totalRelevance 
) [inline]

Definition at line 24 of file RecallAtN.h.

References mN, and mTotalRelevance.

00024                                                                            :
00025         Evaluation(annotation)
00026     {
00027         mN = n;
00028         mTotalRelevance = totalRelevance;
00029     }


Generated on Fri Mar 19 11:23:53 2010 for ImpalaSrc by  doxygen 1.5.1