Classes
core/vpdl/vpdl_mixture.h File Reference

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...

Detailed Description

A mixture of distributions.

Author:
Matthew Leotta
Date:
February 18, 2009
   Modifications
     None
   

Definition in file vpdl_mixture.h.