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

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

Reimplemented from Impala::Core::Training::Evaluation.

Definition at line 33 of file BalancedAveragePrecision.h.

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

00034     {
00035         Sort(table, 2, false);
00036         return ComputeSub(table);
00037 
00038     }

Here is the call graph for this function:


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