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