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

Table::ScoreTable* Impala::Core::Training::ApplyConceptsHelperFeatures::Predict ( const ModelLocator loc  )  [inline, virtual]

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

Definition at line 42 of file ApplyConceptsHelperFeatures.h.

References mFeatures, and Impala::Core::Training::Classifier::Predict().

00043     {
00044         Training::Classifier* classifier = Persistency::SvmRepository().Get(loc);
00045         TrainDataSrcFeatureTable dataSrc(0, mFeatures);
00046         Table::ScoreTable* scores = classifier->Predict(&dataSrc);
00047         delete classifier;
00048         return scores;
00049     }

Here is the call graph for this function:


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