107 m_mode.resize(rhs.
m_mode.size());
108 std::copy(rhs.
m_mode.begin(), rhs.
m_mode.end(), m_mode.begin());
132 m_percentEachClass.clear();
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.