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

double Impala::Core::Matrix::DistributedAccess::GetTotalWeight (  )  const [inline]

Definition at line 390 of file DistributedAccess.h.

References GetNrFeatures(), and GetWeight().

Referenced by Impala::Core::Training::PrecomputeTask::GetTotalFeatureWeight(), and Impala::Core::Training::ApplyConceptsHelperKernels::LoadFeatures().

00391     {
00392         int total = 0;
00393         for (int i=0 ; i<GetNrFeatures() ; i++)
00394             total += GetWeight(i);
00395         return total;
00396     }

Here is the call graph for this function:


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