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

void Impala::Core::Training::Tester::TestTrainAndApply ( String  kernel  )  [inline, private]

Definition at line 90 of file Tester.h.

References ClearData(), ILOG_INFO, Impala::Core::Training::TesterIOHelper::MakeTrainData(), mAnnotation, mDataSrc, mIO, TestApply(), and TestTrainModel().

Referenced by Test(), and TestMpi().

00091     {
00092         ClearData(mDataSrc);
00093         ILOG_INFO("annotation: "<< mAnnotation);
00094         mIO.MakeTrainData(mDataSrc, mAnnotation, kernel);
00095         TestTrainModel(kernel);
00096         TestApply(kernel);
00097     }

Here is the call graph for this function:


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