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

void Impala::Core::Training::ApplyConceptsHelperKernels::Initialise ( Database::RawDataSet annoSet,
const ModelLocator modelLoc 
) [inline, virtual]

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

Definition at line 43 of file ApplyConceptsHelperKernels.h.

References Impala::Persistency::ModelLocator::GetFeature(), Impala::CmdOptions::GetInstance(), Impala::Core::Database::RawDataSet::GetLocator(), Impala::Persistency::ModelLocator::GetModel(), Impala::CmdOptions::GetString(), mAnnoSet, mDA, mFeatureIndexCat, mKernelMatrixName, and mModel.

00044     {
00045         CmdOptions& options = CmdOptions::GetInstance();
00046         mFeatureIndexCat = options.GetString("featureIndexCat");
00047         mAnnoSet = annoSet;
00048         mModel = modelLoc.GetModel();
00049         mKernelMatrixName = modelLoc.GetFeature();
00050         typedef Persistency::KernelMatrixLocator KernelMatrixLocator;
00051         KernelMatrixLocator loc(mAnnoSet->GetLocator(), true, "", "",
00052                                 mModel, mKernelMatrixName, "");
00053         loc.SetFeatureIndexCat(mFeatureIndexCat);
00054         loc.SetStartNode(0);
00055         loc.SetNodeCount(Link::Mpi::NrProcs());
00056         loc.SetDoParts(0);
00057         mDA = Persistency::DistributedAccessRepository().Get(loc);
00058     }

Here is the call graph for this function:


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