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

void Impala::Core::Training::TesterIOHelper::WriteModel ( Svm svm,
String  type 
) [inline]

Definition at line 103 of file TesterIoHelper.h.

References AssertFileFound(), cConceptSet, cFeature, cModel, Impala::Core::Database::RawDataSet::GetDatabase(), Impala::Core::Database::RawDataSet::GetFilePathConceptModel(), ModelFilename(), mOutput, and Impala::Core::Training::Svm::SaveModel().

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

00104     {
00105         String filename = ModelFilename(type);
00106         String path = mOutput->GetFilePathConceptModel
00107             (cConceptSet, cModel, cFeature, filename, true, false);
00108         AssertFileFound(path, "could not write model " + filename);
00109         svm->SaveModel(path, mOutput->GetDatabase());
00110     }

Here is the call graph for this function:


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