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

void Impala::Core::Feature::WeightedFeatureList::Add ( CString  feature,
Real64  weight 
) [inline]

Definition at line 63 of file WeightedFeatureList.h.

References mFeatures, and mWeights.

Referenced by Impala::Application::ConceptSet::DoApproxFikModel().

00064     {
00065         mFeatures.push_back(feature);
00066         mWeights.push_back(weight);
00067     }


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