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

virtual double Impala::Core::Training::BalancedAveragePrecision::ComputeReversed ( Table::AnnotationTableBaseType table  )  [inline, virtual]

Definition at line 40 of file BalancedAveragePrecision.h.

References ComputeSub(), Impala::Util::Reverse(), and Impala::Core::Table::Sort().

00041     {
00042         Sort(table, 2, false);
00043         Reverse(table);
00044         return ComputeSub(table);
00045 
00046     }

Here is the call graph for this function:


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