#include <histogram.h>
|
| NormalizedHistogram (size_t) |
|
| NormalizedHistogram (const NormalizedHistogram &rhs) |
|
NormalizedHistogram & | operator= (const NormalizedHistogram &that) |
|
virtual NormalizedHistogram * | clone () const |
|
std::vector< double > * | getData () |
|
const std::vector< double > * | getData () const |
|
double & | operator[] (size_t i) |
|
const double & | operator[] (size_t i) const |
|
bool | exists () const |
|
void | setValid (bool) |
|
bool | isValid () const |
|
void | resize (size_t) |
|
void | performNormalization () |
|
void | calculatePercentiles () |
|
void | calculateHistStats () |
|
double | getMaximumBinValue () const |
|
|
std::vector< double > | data_ |
|
double | maximumBinCount_ |
|
bool | valid_ |
|
The NormalizedHistogram has a array of bins and all bins are normalized. It can be de-normalized using the maxiumBinValue_.
The documentation for this class was generated from the following files:
- histogram.h
- histogram.cpp