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

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

Definition at line 149 of file ApplyConcepts.h.

Referenced by ApplyConcepts().

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


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