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: ![]()
|