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

virtual double Impala::Core::Training::AreaUnderRocCurve::ComputeReverse ( Table::AnnotationTableBaseType table  )  [inline, virtual]

Definition at line 29 of file AreaUnderRocCurve.h.

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

00030     {
00031         Sort(table, 2, false);
00032         Reverse(table);
00033         return SubCompute(table);
00034     }

Here is the call graph for this function:


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