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

void Impala::Application::IDo::CleanModel ( bool  doFeatureIndex  )  [inline]

Definition at line 2325 of file mainIDo.cpp.

References CleanCall(), and ILOG_INFO.

Referenced by HandleCmd().

02326     {
02327         ILOG_INFO("Cleaning model");
02328         if (doFeatureIndex)
02329             CleanCall("deletefeaturetable", "false true . ALL ALL");
02330         CleanCall("deletekernelmatrix", "true nil nil nil ALL ALL");
02331         CleanCall("deletemodel", "ALL ALL ALL ALL");
02332     }

Here is the call graph for this function:


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