Definition at line 1946 of file mainIDo.cpp. References CheckCall(), ILOG_INFO, Impala::MakeString(), mConcepts, mFik, mModel, and mModelBins. Referenced by CheckModelAllSift(), CheckModelWG(), CheckModelWGclus960sp(), and HandleCmd(). 01947 { 01948 ILOG_INFO("Checking model " << mConcepts << " " << mModel << " " << 01949 feature); 01950 String args = mConcepts + " " + mModel + " " + feature + " ALL"; 01951 CheckCall("diffbestfile", args); 01952 CheckCall("diffallparameterfile", args); 01953 CheckCall("diffscorefile", args); 01954 CheckCall("diffmodel", args); 01955 if (mFik) 01956 { 01957 String fikModel = mModel + "-approx-" + MakeString(mModelBins); 01958 args = mConcepts + " " + fikModel + " " + feature + " ALL"; 01959 CheckCall("difffiksvm", args); 01960 } 01961 }
Here is the call graph for this function: ![]()
|