Binary I/O for a fixed mixture of distributions. More...
Go to the source code of this file.
Functions | |
template<class comp_ , unsigned s> | |
void | vsl_b_write (vsl_b_ostream &os, const bsta_mixture_fixed< comp_, s > &m) |
Binary save bsta_mixture_fixed to stream. | |
template<class comp_ , unsigned s> | |
void | vsl_b_read (vsl_b_istream &is, bsta_mixture_fixed< comp_, s > &m) |
Binary load bsta_mixture_fixed from stream. | |
template<class comp_ , unsigned s> | |
void | vsl_print_summary (vcl_ostream &os, const bsta_mixture_fixed< comp_, s > &m) |
Print summary. |
Binary I/O for a fixed mixture of distributions.
Modifications <none yet>
Definition in file bsta_io_mixture_fixed.h.
void vsl_b_read | ( | vsl_b_istream & | is, |
bsta_mixture_fixed< comp_, s > & | m | ||
) |
Binary load bsta_mixture_fixed from stream.
Definition at line 35 of file bsta_io_mixture_fixed.h.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const bsta_mixture_fixed< comp_, s > & | m | ||
) |
Binary save bsta_mixture_fixed to stream.
Definition at line 22 of file bsta_io_mixture_fixed.h.
void vsl_print_summary | ( | vcl_ostream & | os, |
const bsta_mixture_fixed< comp_, s > & | m | ||
) |
Print summary.
Definition at line 54 of file bsta_io_mixture_fixed.h.