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

void Impala::Application::IDo::CheckPrecompute ( CString  featureDef  )  [inline]

Definition at line 1908 of file mainIDo.cpp.

References CheckCall(), ILOG_INFO, mAnnoSetTest, and mModel.

Referenced by CheckPrecomputeWG(), and HandleCmd().

01909     {
01910         ILOG_INFO("Checking precompute " << mModel << " " << featureDef);
01911         String args = "true nil nil " + mModel + " " + featureDef + " dummy";
01912         CheckCall("diffkernelmatrix", args);
01913         if (mAnnoSetTest.empty())
01914             return;
01915         args = "true nil " + mAnnoSetTest + " " + mModel + " " + featureDef
01916             + " dummy";
01917         CheckCall("diffkernelmatrix", args);
01918     }

Here is the call graph for this function:


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