numeric
|
#include <Histogram.hpp>
Public Member Functions | |
Buckets (int count, double min_val, double max_val, const T &initial=T()) | |
const T & | operator[] (size_t idx) const |
T & | operator[] (size_t idx) |
size_t | getIndex (double value) const |
T & | get (double value) |
double | getBucketWidth () const |
double | getUpperBound (size_t idx) const |
double | getLowerBound (size_t idx) const |
double | getCenter (size_t idx) const |
size_t | size () const |
Public Attributes | |
int | count |
double | min_val |
double | max_val |
std::vector< T > | buckets |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::vector<T> numeric::Buckets< T >::buckets |
int numeric::Buckets< T >::count |
double numeric::Buckets< T >::max_val |
double numeric::Buckets< T >::min_val |