Definition at line 93 of file PropertySet.h. References GetString(), and Impala::StringToBool(). Referenced by Impala::Core::Training::ClassifierEvaluator::Evaluate(), Impala::Core::Training::Factory::MakeClassifierProperties(), and Impala::Core::Training::Svm::Train(). 00094 { 00095 String val = GetString(name); 00096 if (val == "") 00097 return defaultValue; 00098 return StringToBool(val); 00099 }
Here is the call graph for this function: ![]()
|