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

svm_problem* Impala::Core::Training::TesterIOHelper::ReadReferenceProblem (  )  [inline]

Definition at line 85 of file TesterIoHelper.h.

References AssertFileFound(), cConceptSet, cFeature, cModel, Impala::Core::Database::RawDataSet::GetFilePathConceptModel(), mReference, ProblemFilename(), and Impala::Core::Training::ReadSvmFile().

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

00086     {
00087         String filename = ProblemFilename();
00088         String path = mReference->GetFilePathConceptModel
00089             (cConceptSet, cModel, cFeature, filename, false, false);
00090         AssertFileFound(path, "could not read reference problem " + filename);
00091         return ReadSvmFile(path);
00092     }

Here is the call graph for this function:


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