A mixture of distributions. More...
#include <vpdl/vpdl_multi_cmp_dist.h>#include <vpdl/vpdt/vpdt_access.h>#include <vcl_cassert.h>#include <vcl_vector.h>#include <vcl_algorithm.h>#include <vcl_memory.h>Go to the source code of this file.
Classes | |
| class | vpdl_mixture< T, n > |
| A mixture of distributions. More... | |
| struct | vpdl_mixture< T, n >::component |
| A struct to hold the component distributions and weights. More... | |
| class | vpdl_mixture< T, n >::sort_weight |
| This functor is used by default for sorting with STL. More... | |
| class | vpdl_mixture< T, n >::sort_adaptor< comp_type_ > |
| This adaptor allows users to define ordering functors on the components without accessing the components directly. More... | |
A mixture of distributions.
Modifications
None
Definition in file vpdl_mixture.h.
1.7.5.1