wns::evaluation::statistics::DLRE::Result Class Reference
Class DLRE::Result: results for one x interval.
#include <evaluation/statistics/dlre.hpp>
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
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
The documentation for this class was generated from the following files:
- framework/library/src/evaluation/statistics/dlre.hpp
- framework/library/src/evaluation/statistics/dlre.cpp