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

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

Definition at line 33 of file AreaUnderRocCurve.h.

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

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:12 2011 for ImpalaSrc by  doxygen 1.5.1