Definition at line 27 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(). 00028 { 00029 Util::QuasiRandomSequenceIterator it(src->Size(), 0); 00030 for(int i=0 ; i<cNrImages ; ++i) 00031 { 00032 quids.Add(src->Get1(*it), classId); 00033 ++it; 00034 } 00035 }
Here is the call graph for this function:
|