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

Real64 Impala::Core::Feature::WeightedFeatureList::GetTotalWeight (  )  const [inline]

Definition at line 54 of file WeightedFeatureList.h.

References mWeights.

Referenced by Impala::Core::Training::ApplyConceptsHelperFik::Predict().

00055     {
00056         Real64 res = 0;
00057         for (int i=0 ; i<mWeights.size() ; i++)
00058             res += mWeights[i];
00059         return res;
00060     }


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