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

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

Definition at line 94 of file TesterIoHelper.h.

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

Referenced by Impala::Core::Training::Tester::TestApply(), and Impala::Core::Training::Tester::TestTrainModel().

00095     {
00096         String filename = ModelFilename(type);
00097         String path = mReference->GetFilePathConceptModel
00098             (cConceptSet, cModel, cFeature, filename, false, false);
00099         AssertFileFound(path, "could not read model " + filename);
00100         svm->LoadModel(path, mReference->GetDatabase());
00101     }

Here is the call graph for this function:


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