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

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

Definition at line 33 of file AveragePrecision.h.

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

Referenced by Impala::Application::TrainModel().

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

Here is the call graph for this function:


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