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

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

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

Definition at line 26 of file AreaUnderRocCurve.h.

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

00027     {
00028         Sort(table, 2, false);
00029         return SubCompute(table);
00030     }

Here is the call graph for this function:


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