Implements a mixture model (a set of individual pdfs + weights) More...
#include "vpdfl_mixture.h"
#include <vcl_cmath.h>
#include <vcl_cstdlib.h>
#include <vcl_string.h>
#include <vsl/vsl_indent.h>
#include <vsl/vsl_binary_loader.h>
#include <vpdfl/vpdfl_mixture_sampler.h>
#include <vcl_cassert.h>
#include <vsl/vsl_vector_io.h>
#include <vnl/vnl_c_vector.h>
#include <vnl/vnl_math.h>
Go to the source code of this file.
Implements a mixture model (a set of individual pdfs + weights)
Modifications IMS Converted to VXL 12 May 2000
Definition in file vpdfl_mixture.cxx.