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

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

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

Definition at line 25 of file AveragePrecision.h.

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

Referenced by Impala::Core::Training::Tester::TestAveragePrecision(), and Impala::Application::TrainModel().

00026     {
00027         ILOG_DEBUG("sorting table with size = " << table->Size());
00028         Sort(table, 2, false);
00029         ILOG_DEBUG("calling ComputeSub");
00030         return ComputeSub(table);
00031     }

Here is the call graph for this function:


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