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

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

Definition at line 25 of file RecallAtN.h.

References mN, and mTotalRelevance.

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


Generated on Thu Jan 13 09:21:19 2011 for ImpalaSrc by  doxygen 1.5.1