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

void Impala::Core::Training::ApplyConceptsHelperFik::Initialise ( Database::RawDataSet annoSet,
const ModelLocator modelLoc 
) [inline, virtual]

Implements Impala::Core::Training::ApplyConceptsHelper.

Definition at line 32 of file ApplyConceptsHelperFik.h.

References Impala::Core::Training::FikSvm::GetFeatureList(), mFeatureDefs, mModels, and Impala::Persistency::ModelLocator::ToString().

00033     {
00034         FikSvm* svm = Persistency::FikSvmRepository().Get(modelLoc);
00035         mFeatureDefs = *(svm->GetFeatureList());
00036         mModels.Add(modelLoc.ToString(), svm);
00037     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:11 2011 for ImpalaSrc by  doxygen 1.5.1