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

void Impala::Core::Training::TesterIOHelper::WriteFold ( int  nr,
Table::QuidTable fold 
) [inline]

Definition at line 56 of file TesterIoHelper.h.

References AssertFileFound(), cConceptSet, FoldFilename(), Impala::Core::Database::RawDataSet::GetDatabase(), Impala::Core::Database::RawDataSet::GetFilePathAnnotation(), mOutput, Impala::QUID_CLASS_FRAME, and Impala::Core::Table::Write().

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

00057     {
00058         String filename = FoldFilename(nr);
00059         String path = mOutput->GetFilePathAnnotation
00060             (QUID_CLASS_FRAME, cConceptSet, filename, true, false);
00061         AssertFileFound(path, "could not write fold " + filename);
00062         Write(fold, path, mOutput->GetDatabase(), false);
00063     }

Here is the call graph for this function:


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