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

Impala::Core::Training::PrecomputeTask::PrecomputeTask ( bool  computingTestKernel,
const KernelMatrixLocator thisKerLoc,
DistributedAccess develKernel,
const FeatureLocator thisFeatLoc,
const FeatureLocator develFeatLoc 
) [inline]

Definition at line 162 of file PrecomputeTask.h.

References GetFeatureAverage(), GetFeatureName(), GetFeatureWeight(), ILOG_INFO, mComputingTestKernel, mDevelFeatLoc, mDevelKernel, mMatrix, mThisFeatLoc, mThisKerLoc, mWriter, and NrFeatures().

Referenced by ComputeDevelKernel().

00167     {
00168         mComputingTestKernel = computingTestKernel;
00169         mDevelKernel = develKernel;
00170         mThisKerLoc = thisKerLoc;
00171         mThisFeatLoc = thisFeatLoc;
00172         mDevelFeatLoc = develFeatLoc;
00173         mMatrix = 0;
00174         mWriter = 0;
00175         for (int i=0 ; i<NrFeatures() ; i++)
00176         {
00177             ILOG_INFO(i << " " << GetFeatureAverage(i) << " (" <<
00178                       GetFeatureWeight(i) << "*" << GetFeatureName(i) << ")");
00179         }
00180     }

Here is the call graph for this function:


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