55 throw std::runtime_error(
"In AbstractTopologyEvaluator::eraseValidTestSet(): index " + boost::lexical_cast<std::string>(pIndex) +
" out of bounds.");
62 throw std::runtime_error(
"In AbstractTopologyEvaluator::eraseInvalidTestSet(): index " + boost::lexical_cast<std::string>(pIndex) +
" out of bounds.");
std::vector< boost::shared_ptr< TestSet > > mInvalidTestSets
double mRecognitionThreshold
std::vector< boost::shared_ptr< TestSet > > getValidTestSets()
void eraseValidTestSet(unsigned int pIndex)
std::vector< boost::shared_ptr< TestSet > > mValidTestSets
void eraseInvalidTestSet(unsigned int pIndex)
void setInvalidTestSets(const std::vector< boost::shared_ptr< TestSet >> &pInvalidTestSets)
std::vector< boost::shared_ptr< TestSet > > getInvalidTestSets()
void setValidTestSets(const std::vector< boost::shared_ptr< TestSet >> &pValidTestSets)
double getRecognitionThreshold()
void setRecognitionThreshold(double pRecognitionThreshold)