////////////////////////////////////////////////////////////////////////
/// \class RAT::DS::ClassifierResult
///
/// \brief Container class for classification values
///
/// \author Phil G Jones
/// \author Matthew Mottram -- contact person
///
/// REVISION HISTORY:\n
/// 27/04/2012 : P G Jones - New file \n
/// 2014-02-27 : P G Jones - refactor in line with the dsreview \n
///
/// \details This class contains the classification values.
///
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
/// \class RAT::DS::ClassifierResult::NoClassifierResultError
///
/// \brief An exception that is thrown when a user atempts to retrieve
/// a classifier result that does not exist.
///
/// \author Phil G Jones
///
/// REVISION HISTORY:\n
/// 29/05/2012 : P G Jones - New file \n
/// 2014-02-27 : P G Jones - Inherit from DataNotFound \n
///
/// \details This error is thrown when a classifier has not been executed or
/// if the classifier fails
///
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
/// \class RAT::DS::ClassifierResult::NoClassificationError
///
/// \brief An exception that is thrown when a user atempts to retrieve
/// a classification that does not exist
///
/// \author Phil G Jones
///
/// REVISION HISTORY:\n
/// 27/04/2012 : P G Jones - New file \n
/// 2014-02-27 : P G Jones - Inherit from DataNotFound \n
///
/// \details As brief
///
////////////////////////////////////////////////////////////////////////
#ifndef __RAT_DS_ClassifierResult__
#define __RAT_DS_ClassifierResult__
#include
#include
#include
#include