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

void Impala::Core::Training::ApplyConceptsHelperKernels::UnloadFeatures (  )  [inline, virtual]

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

Definition at line 210 of file ApplyConceptsHelperKernels.h.

References mFeatureExternal, and mKernelMatrix.

00211     {
00212         if (mFeatureExternal)
00213         {
00214             delete mFeatureExternal;
00215             mFeatureExternal = 0;
00216         }
00217         if (mKernelMatrix)
00218         {
00219             delete mKernelMatrix;
00220             mKernelMatrix = 0;
00221         }
00222     }


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