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

void Impala::Application::IDo::MakeforestExec ( CString  feature  )  [inline]

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:


Generated on Thu Jan 13 09:14:20 2011 for ImpalaSrc by  doxygen 1.5.1