Definition at line 75 of file PropertySet.h. References Impala::atof(), and GetString(). Referenced by Impala::Core::Training::BestFileDiff(), Impala::Application::Util::DoDumpParameter(), Impala::Persistency::FikSvmRepositoryInFile::Get(), Impala::Core::Training::TestBestFile::testReadNew(), and Impala::Core::Training::TestBestFile::testReadOld(). 00076 { 00077 String val = GetString(name); 00078 if (val == "") 00079 return defaultValue; 00080 return atof(val); 00081 }
Here is the call graph for this function: ![]()
|