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

void Impala::Core::Training::Tester::Test (  )  [inline]

Loading of data is not clean.

In function TestTrainAndApply a TrainDatSrc is loaded, this is reused in test MakeSvmProblem; and TestAveragePrecision nedds the output of TestTrainAndApply when we're making a reference.

Definition at line 46 of file Tester.h.

References ClearData(), mAnnotation, mFails, mIO, Impala::Core::Training::TesterIOHelper::ReadAnnotation(), Report(), TestAveragePrecision(), TestFolds(), TestMakeSvmProblem(), and TestTrainAndApply().

Referenced by Impala::Application::main(), Test(), TestApply(), TestAveragePrecision(), TestDistVsNonDist(), TestFolds(), TestMakeSvmProblem(), and TestTrainModel().

00047     {
00048         mFails = 0;
00049         mIO.ReadAnnotation(mAnnotation);
00050         TestTrainAndApply("precomputed");
00051         TestTrainAndApply("rbf");
00052         TestFolds();
00053         TestMakeSvmProblem();
00054         TestAveragePrecision();
00055         ClearData();
00056         Report();
00057     }

Here is the call graph for this function:


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