noparama
v0.0.1
Nonparametric Bayesian models
|
#include <np_suffies.h>
Public Member Functions | |
virtual | ~Suffies () |
virtual void | print (std::ostream &os) const |
Public Attributes | |
int | D |
dimension More... | |
distribution_type_t | distribution_type |
distribution type More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Suffies &s) |
Suffies describes a probability distribution. On the moment it does not contain any information on itself.
Preferably the design should be such that there is not some kind of type field (to cast to derived classes). That normally namely stinks of bad design. It might be okay to have a string or something like that for cosmetic reasons (printing e.g.).
|
inlinevirtual |
|
inlinevirtual |
|
friend |
int Suffies::D |
dimension
distribution_type_t Suffies::distribution_type |
distribution type