#include <GaussianMixture.h>

Public Member Functions | |
| GaussianComponentID () | |
| Default constructor. | |
| GaussianComponentID (const GaussianComponentID &a) | |
| Copy constructor. | |
| GaussianComponentID (Gaussian &g, Decimal w, int ide) | |
| Complete constructor. | |
| GaussianComponentID (DCol &m, DMat &c, Decimal w=0.0, int ide=0) | |
| Complete constructor. | |
| GaussianComponentID (stringstream &ss) | |
| Stringstream constructor. | |
| GaussianComponentID & | operator= (const GaussianComponentID &a) |
| operator =. | |
| virtual string | print () const |
| Prints all interesting data on a string. | |
| string | exportAsString () const |
| Export the class as a fromatted string. | |
Public Attributes | |
| int | id |
| MipBaselib::GaussianComponentID::GaussianComponentID | ( | ) |
Default constructor.
| MipBaselib::GaussianComponentID::GaussianComponentID | ( | const GaussianComponentID & | a | ) |
Copy constructor.
Complete constructor.
| MipBaselib::GaussianComponentID::GaussianComponentID | ( | DCol & | m, | |
| DMat & | c, | |||
| Decimal | w = 0.0, |
|||
| int | ide = 0 | |||
| ) |
Complete constructor.
| MipBaselib::GaussianComponentID::GaussianComponentID | ( | stringstream & | ss | ) |
Stringstream constructor.
Builds a GaussianComponentID using as input the data in the passed stringstream, as if it contains a string as the one produced by the method exportAsString.
| GaussianComponentID & MipBaselib::GaussianComponentID::operator= | ( | const GaussianComponentID & | a | ) |
operator =.
| string MipBaselib::GaussianComponentID::print | ( | ) | const [virtual] |
Prints all interesting data on a string.
| string MipBaselib::GaussianComponentID::exportAsString | ( | ) | const |
Export the class as a fromatted string.
format is "dimension weight id mean covariance"
1.5.6