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

void @44::PickRandomSamples ( SelectionTable quids,
Table::QuidTable src,
int  classId 
) [static]

Definition at line 31 of file mainRandomForest.cpp.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Add(), Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get1(), and Impala::Core::Table::Table::Size().

Referenced by SelectQuids().

00032 {
00033     Util::QuasiRandomSequenceIterator it(src->Size(), 0);
00034     for(int i=0 ; i<cNrImages ; ++i)
00035     {
00036         quids.Add(src->Get1(*it), classId);
00037         ++it;
00038     }
00039 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:05:37 2011 for ImpalaSrc by  doxygen 1.5.1