#include <GaussianMixture.h>

Public Member Functions | |
| GaussianComponent () | |
| Default constructor. | |
| GaussianComponent (const GaussianComponent &a) | |
| Copy constructor. | |
| GaussianComponent (Gaussian g, Decimal w) | |
| Complete constructor. | |
| GaussianComponent (DCol m, DMat &c, Decimal w=0.0) | |
| Complete constructor. | |
| GaussianComponent & | operator= (const GaussianComponent &a) |
| operator =. | |
| virtual string | print () |
| Returns the the value of the pdf in the given position. | |
Public Attributes | |
| Decimal | weight |
| MipBaselib::GaussianComponent::GaussianComponent | ( | ) |
Default constructor.
| MipBaselib::GaussianComponent::GaussianComponent | ( | const GaussianComponent & | a | ) |
Copy constructor.
Complete constructor.
| GaussianComponent & MipBaselib::GaussianComponent::operator= | ( | const GaussianComponent & | a | ) |
operator =.
| string MipBaselib::GaussianComponent::print | ( | ) | [virtual] |
Returns the the value of the pdf in the given position.
| [in] | col | Requested position. |
Reimplemented from MipBaselib::Gaussian.
1.5.6