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

void Impala::Core::Training::TesterIOHelper::WriteProblem ( svm_problem problem  )  [inline]

Definition at line 76 of file TesterIoHelper.h.

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

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

00077     {
00078         String filename = ProblemFilename();
00079         String path = mOutput->GetFilePathConceptModel
00080             (cConceptSet, cModel, cFeature, filename, true, false);
00081         AssertFileFound(path, "could not write problem " + filename);
00082         WriteSvmFile(problem, path);
00083     }

Here is the call graph for this function:


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