yat  0.11.3pre
Public Member Functions | Public Attributes | List of all members
theplu::yat::statistics::KolmogorovSmirnov::Element Struct Reference

#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
 

Detailed Description

struct used to store data in KolmogorovSmirnov.

This struct is public to make usage of the add range function more convenient.

Since
New in yat 0.5

Member Function Documentation

bool theplu::yat::statistics::KolmogorovSmirnov::Element::operator< ( const Element rhs) const
Returns
true if value is less than rhs.value

Member Data Documentation

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


The documentation for this struct was generated from the following file:

Generated on Sat May 24 2014 03:33:06 for yat by  doxygen 1.8.2