|
Bayesian Filtering Library
Generated from SVN r
|
Class representing a probability (a double between 0 and 1) More...
#include <asirfilter.h>
Public Member Functions | |
| Probability (double p) | |
| double | getValue () const |
| double & | getValue () |
| operator double () | |
| Probability | operator* (Probability p) |
| Probability | operator/ (Probability p) |
Friends | |
| ostream & | operator<< (ostream &stream, Probability &prob) |
| istream & | operator>> (istream &stream, Probability &prob) |
Class representing a probability (a double between 0 and 1)
Definition at line 37 of file asirfilter.h.
1.8.5