Definition at line 758 of file mainIDo.cpp. References Exec2(), ILOG_ERROR, mConcepts, and mSetName. Referenced by HandleCmd(). 00759 { 00760 if (mConcepts.empty()) 00761 { 00762 ILOG_ERROR("MakeforestExec: need concepts"); 00763 return; 00764 } 00765 00766 Exec2("randomforest " + mSetName + " " + mConcepts + " 0 " + feature + 00767 " --forest-depth 6 --forest-tries 4", ""); 00768 }
Here is the call graph for this function: ![]()
|