NumericStatisticalSummary & operator=(const NumericStatisticalSummary &rhs)
Assignment operator.
A structure to hold the set of statistics from a set of numerical values.
NumericStatisticalSummary()
Constructor.
std::vector< double > m_mode
std::map< double, double > m_percentEachClass
void clear()
Clear the structure.
~NumericStatisticalSummary()
Destructor.