Walks along cells of the distribution stored in a cKSplit object. More...
#include <cksplit.h>
Public Member Functions | |
Iterator (const cKSplit &ksplit, bool atbeginning=true) | |
void | init (const cKSplit &ksplit, bool atbeginning=true) |
void | operator++ (int) |
void | operator-- (int) |
bool | end () const |
int | getCellNumber () const |
double | getCellMin () const |
double | getCellMax () const |
double | getCellSize () const |
double | getCellValue () const |
Walks along cells of the distribution stored in a cKSplit object.
double cKSplit::Iterator::getCellValue | ( | ) | const |
Returns the actual amount of observations in current cell.
This is not necessarily an integer value because of previous cell splits.