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

void Impala::Core::Training::Tester::TestFolds (  )  [inline, private]

Definition at line 100 of file Tester.h.

References Impala::Core::Table::AnnotationTable::MakeEpisodeFolds(), Impala::MakeString(), mAnnotation, mIO, Impala::Core::Training::TesterIOHelper::ReadReferenceFold(), Test(), and Impala::Core::Training::TesterIOHelper::WriteFold().

Referenced by Test().

00101     {
00102         std::vector<Table::QuidTable*> folds =
00103             mAnnotation->MakeEpisodeFolds(3, 0);
00104         for(int i=0 ; i<folds.size() ; ++i)
00105         {
00106             Table::QuidTable* fold = folds[i];
00107             mIO.WriteFold(i, fold);
00108             Table::QuidTable *refFold = mIO.ReadReferenceFold(i);
00109             Test(fold, refFold, "fold test #" + MakeString(i));
00110             delete refFold;
00111             delete fold;
00112         }
00113     }

Here is the call graph for this function:


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