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

FeatureLocator Impala::Core::Training::PrecomputeTask::GetFeatureLocatorA ( int  index  )  [inline]

Definition at line 234 of file PrecomputeTask.h.

References Impala::Core::Matrix::DistributedAccess::GetFeature(), mDevelFeatLoc, mDevelKernel, and Impala::Persistency::FeatureLocator::SetFeatureString().

00235     {
00236         FeatureLocator loc = mDevelFeatLoc;
00237         loc.SetFeatureString(mDevelKernel->GetFeature(index));
00238         return loc;
00239     }

Here is the call graph for this function:


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