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

bool Impala::Core::DataFactory::CanMakeBestFile ( String  concept  )  [inline]

Definition at line 219 of file DataFactory.h.

References Impala::Core::Database::RawDataSet::GetFilePathConceptModel(), mConceptSet, mDataSet, mFeatureDef, and mModelType.

Referenced by Impala::Application::CrossValidate().

00220     {
00221         String filename = mDataSet->GetFilePathConceptModel
00222             (mConceptSet, mModelType, mFeatureDef, concept+".best",true,true);
00223         if(filename == "")
00224             return false;
00225         return true;
00226     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:55:49 2010 for ImpalaSrc by  doxygen 1.5.1