#include <Spn.hpp>
|
float | value |
| the value of this bin
|
|
float | cumulative_probability |
|
the cumulative probability of this and all predecessor bins; in the range [0;1]
|
|
Definition at line 216 of file Spn.hpp.
◆ Bin()
m::Spn::DiscreteLeaf::Bin::Bin |
( |
float |
value, |
|
|
float |
cumulative_probability |
|
) |
| |
|
inline |
◆ operator<() [1/2]
bool m::Spn::DiscreteLeaf::Bin::operator< |
( |
Bin & |
other | ) |
const |
|
inline |
◆ operator<() [2/2]
bool m::Spn::DiscreteLeaf::Bin::operator< |
( |
float |
other | ) |
const |
|
inline |
◆ cumulative_probability
float m::Spn::DiscreteLeaf::Bin::cumulative_probability |
the cumulative probability of this and all predecessor bins; in the range [0;1]
Definition at line 220 of file Spn.hpp.
◆ value
float m::Spn::DiscreteLeaf::Bin::value |
The documentation for this struct was generated from the following file: