yat
0.14.5pre
|
#include <yat/statistics/KolmogorovSmirnov.h>
Public Member Functions | |
Element (void) | |
default constructor | |
Element (double x, bool class_label, double w=1.0) | |
Constructor. | |
bool | operator< (const Element &rhs) const |
Public Attributes | |
double | value |
data value | |
bool | label |
double | weight |
struct used to store data in KolmogorovSmirnov.
This struct is public to make usage of the add range function more convenient.
bool theplu::yat::statistics::KolmogorovSmirnov::Element::operator< | ( | const Element & | rhs | ) | const |
bool theplu::yat::statistics::KolmogorovSmirnov::Element::label |
bool telling which group the data point belongs to
double theplu::yat::statistics::KolmogorovSmirnov::Element::weight |
weight for the data point