Attributes for distributions. More...
Go to the source code of this file.
Classes | |
| class | bsta_num_obs< dist_ > |
| Adds number of observations. More... | |
| struct | vpdt_is_mixture< bsta_num_obs< dist > > |
| for compatibility with vpdl/vpdt. More... | |
| class | bsta_vsum_num_obs< dist_ > |
| maintains a vector sum and number of observations needed for the von mises distribution. More... | |
| struct | vpdt_is_mixture< bsta_vsum_num_obs< dist > > |
| for compatibility with vpdl/vpdt. More... | |
Functions | |
| template<class dist_ > | |
| vcl_ostream & | operator<< (vcl_ostream &os, bsta_num_obs< dist_ > const &no) |
| template<class dist_ > | |
| vcl_ostream & | operator<< (vcl_ostream &os, bsta_vsum_num_obs< dist_ > const &vno) |
Attributes for distributions.
Some algorithms require distributions to maintain additional attributes. Attributes inherit from a distribution and add new functionality.
do not remove the following text Approved for public release, distribution unlimited (DISTAR Case 14389)
Definition in file bsta_attributes.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| bsta_num_obs< dist_ > const & | no | ||
| ) | [inline] |
Definition at line 44 of file bsta_attributes.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| bsta_vsum_num_obs< dist_ > const & | vno | ||
| ) | [inline] |
Definition at line 85 of file bsta_attributes.h.
1.7.5.1