theplu::yat::statistics::KolmogorovSmirnov::Element Struct Reference

#include <yat/statistics/KolmogorovSmirnov.h>

List of all members.

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 telling which group the data point belong to

weight for the data point


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

Generated on Tue Jan 18 02:21:18 2011 for yat by  doxygen 1.5.5