Go to the source code of this file.
Classes | |
class | bbf::BinaryBayesFilter |
Namespaces | |
bbf | |
Functions | |
constexpr float | bbf::oddsToProbability (const float &o) |
constexpr float | bbf::probabilityToOdds (const float &p) |
Variables | |
const float | bbf::MAX_ODDS = probabilityToOdds(MAX_PROBABILITY) |
const float | bbf::MAX_PROBABILITY = 1.0 - MIN_PROBABILITY |
const float | bbf::MIN_ODDS = probabilityToOdds(MIN_PROBABILITY) |
const float | bbf::MIN_PROBABILITY = 0.1 |