A struct to hold the component distributions and weights. More...
Public Member Functions | |
| component () | |
| Constructor. More... | |
| component (const component_type &d, const T &w=T(0)) | |
| Constructor. More... | |
| bool | operator< (const component &rhs) const |
| Used to sort by decreasing weight. More... | |
Public Attributes | |
| component_type | distribution |
| The distribution. More... | |
| T | weight |
| The weight. More... | |
A struct to hold the component distributions and weights.
This class is private and should not be used outside of the mixture.
Definition at line 73 of file vpdt_mixture_of.h.
|
inline |
Constructor.
Definition at line 76 of file vpdt_mixture_of.h.
|
inline |
Constructor.
Definition at line 78 of file vpdt_mixture_of.h.
|
inline |
Used to sort by decreasing weight.
Definition at line 82 of file vpdt_mixture_of.h.
| component_type vpdt_mixture_of< dist_t >::component::distribution |
The distribution.
Definition at line 88 of file vpdt_mixture_of.h.
| T vpdt_mixture_of< dist_t >::component::weight |
The weight.
Definition at line 90 of file vpdt_mixture_of.h.
1.8.15