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

void Impala::Core::Matrix::DistributedAccess::AddFeature ( CString  feature,
double  weight,
double  average 
) [inline]

Definition at line 364 of file DistributedAccess.h.

References mAverages, mFeatures, and mWeights.

Referenced by Impala::Core::Training::PrecomputeTask::ComputeDevelKernel(), and Impala::Persistency::DistributedAccessRepositoryInFile::LoadFeatures().

00365     {
00366         mFeatures.push_back(feature);
00367         mWeights.push_back(weight);
00368         mAverages.push_back(average);
00369     }


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