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

Table::QuidTable* Impala::Core::Training::TrainDataSrcFeature::MakeAllFeatureQuids (  )  [inline, private]

Definition at line 153 of file TrainDataSrcFeature.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Append(), FeatureTableCount(), ILOG_INFO, MakeFeatureTable(), and Impala::Core::Table::Table::Size().

Referenced by SelectValid().

00154     {
00155         Table::QuidTable * quids = new Table::QuidTable();
00156         for (int i=0 ; i<FeatureTableCount() ; i++)
00157         {
00158             Feature::FeatureTable* f = MakeFeatureTable(i);
00159             quids->Append(f->GetQuidTable());
00160             delete f;
00161         }
00162         ILOG_INFO("[MakeAllFeatureQuids] Got "<< quids->Size() <<" quids");
00163         return quids;
00164     }

Here is the call graph for this function:


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