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

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

Definition at line 242 of file PrecomputeTask.h.

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

Referenced by Finalize().

00243     {
00244         FeatureLocator loc = mThisFeatLoc;
00245         loc.SetFeatureString(mDevelKernel->GetFeature(index));
00246         return loc;
00247     }

Here is the call graph for this function:


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