User Manual, Developers Guide and API Documentation

wns::evaluation::statistics::DLRE::Result Class Reference

Class DLRE::Result: results for one x interval.

#include <evaluation/statistics/dlre.hpp>

Collaboration diagram for wns::evaluation::statistics::DLRE::Result:

Collaboration graph
[legend]

List of all members.

Public Member Functions

bool operator!= (const Result &other) const
 Result ()
 constructor

Public Attributes

int c_
 Number of transitions for this interval.
int h_
 Number of samples for this interval.
int sumh_
 Sum of samples for all intervals left/right of this one.
double x_
 x value for this interval


Detailed Description

Definition at line 183 of file dlre.hpp.


Constructor & Destructor Documentation

DLRE::Result::Result (  ) 

Definition at line 837 of file dlre.cpp.


Member Function Documentation

bool DLRE::Result::operator!= ( const Result other  )  const

Unequal '!=' comparison operator. This operator only works if both objects compared are of the same type and if method compare of this type has been overloaded.

Definition at line 848 of file dlre.cpp.


Member Data Documentation

Definition at line 209 of file dlre.hpp.

Definition at line 198 of file dlre.hpp.

Definition at line 204 of file dlre.hpp.

Definition at line 193 of file dlre.hpp.


The documentation for this class was generated from the following files:

Generated on Sat May 26 03:32:53 2012 for openWNS by  doxygen 1.5.5