mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
m::Spn::ContinuousLeaf::Bin Struct Reference

#include <Spn.hpp>

Collaboration diagram for m::Spn::ContinuousLeaf::Bin:
[legend]

Public Member Functions

 Bin (float upper_bound, float cumulative_probability)
 
bool operator< (Bin &other) const
 
bool operator< (float other) const
 

Data Fields

float upper_bound
 the upper bound of this bin
 
float cumulative_probability
 

‍the cumulative probability of this and all predecessor bins; in the range [0;1]


 

Detailed Description

Definition at line 257 of file Spn.hpp.

Constructor & Destructor Documentation

◆ Bin()

m::Spn::ContinuousLeaf::Bin::Bin ( float  upper_bound,
float  cumulative_probability 
)
inline

Definition at line 263 of file Spn.hpp.

Member Function Documentation

◆ operator<() [1/2]

bool m::Spn::ContinuousLeaf::Bin::operator< ( Bin other) const
inline

Definition at line 268 of file Spn.hpp.

References upper_bound.

◆ operator<() [2/2]

bool m::Spn::ContinuousLeaf::Bin::operator< ( float  other) const
inline

Definition at line 269 of file Spn.hpp.

Field Documentation

◆ cumulative_probability

float m::Spn::ContinuousLeaf::Bin::cumulative_probability

‍the cumulative probability of this and all predecessor bins; in the range [0;1]

Definition at line 261 of file Spn.hpp.

◆ upper_bound

float m::Spn::ContinuousLeaf::Bin::upper_bound

the upper bound of this bin

Definition at line 259 of file Spn.hpp.

Referenced by operator<().


The documentation for this struct was generated from the following file: