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

void Impala::Core::Training::TesterIOHelper::WriteRanking ( Table::ScoreTable ranking,
String  type 
) [inline]

Definition at line 123 of file TesterIoHelper.h.

References AssertFileFound(), cConceptSet, cFeature, cModel, Impala::Core::Database::RawDataSet::GetDatabase(), Impala::Core::Database::RawDataSet::GetFilePathConceptModel(), mOutput, RankingFilename(), and Impala::Core::Table::Write().

Referenced by Impala::Core::Training::Tester::TestApply().

00124     {
00125         String filename = type + RankingFilename();
00126         String path = mOutput->GetFilePathConceptModel
00127             (cConceptSet, cModel, cFeature, filename, true, false);
00128         AssertFileFound(path, "could not write ranking  " + filename);
00129         Write(ranking, path, mOutput->GetDatabase(), true);
00130     }

Here is the call graph for this function:


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