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

ApplyConceptsHelper* Impala::Core::Training::ApplyConcepts::MakeHelper ( bool  isPrecomputed  )  [inline, private]

Definition at line 149 of file ApplyConcepts.h.

Referenced by ApplyConcepts().

00150     {
00151         if(isPrecomputed)
00152             return new ApplyConceptsHelperKernels;
00153         return new ApplyConceptsHelperFeatures;
00154     }


Generated on Fri Mar 19 11:23:06 2010 for ImpalaSrc by  doxygen 1.5.1