Definition at line 114 of file mainRandomForest.cpp. References Impala::Core::Feature::Dump(). 00115 { 00116 std::ofstream ofs("descriptordump.txt"); 00117 if(ofs.is_open()) 00118 { 00119 Feature::Dump(&featureSampling, ofs); 00120 ofs.close(); 00121 } 00122 }
Here is the call graph for this function:
|