Implements builder for a mixture model PDF. More...
#include "pdf1d_mixture_builder.h"
#include <vcl_cassert.h>
#include <vcl_cmath.h>
#include <vcl_algorithm.h>
#include <vcl_cstdlib.h>
#include <vsl/vsl_indent.h>
#include <vsl/vsl_vector_io.h>
#include <vsl/vsl_binary_loader.h>
#include <pdf1d/pdf1d_mixture.h>
#include <mbl/mbl_data_wrapper.h>
#include <mbl/mbl_data_array_wrapper.h>
Go to the source code of this file.
Variables | |
const double | min_wt = 1e-8 |
Implements builder for a mixture model PDF.
Definition in file pdf1d_mixture_builder.cxx.
const double min_wt = 1e-8 |
Definition at line 20 of file pdf1d_mixture_builder.cxx.