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

void Impala::Core::Training::ApplyConceptsHelperKernels::Initialise ( Database::RawDataSet annoSet,
String  kernelMatrixName 
) [inline, virtual]

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

Definition at line 43 of file ApplyConceptsHelperKernels.h.

References LoadInfoFile(), mAnnoSet, mInitialized, and mKernelMatrixName.

00044     {
00045         mAnnoSet = annoSet;
00046         mKernelMatrixName = kernelMatrixName;
00047         LoadInfoFile();
00048         mInitialized = true;
00049     }

Here is the call graph for this function:


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