#include <mia/core/approxgm.hh>
Definition at line 34 of file approxgm.hh.
| CApproximateGausianMixture::Result::Result |
( |
const std::vector< double > & |
centers | ) |
|
| CApproximateGausianMixture::Result::Result |
( |
const std::vector< double > & |
centers, |
|
|
const std::vector< double > & |
weights, |
|
|
double |
sigma |
|
) |
| |
| CApproximateGausianMixture::Result::Result |
( |
const CDoubleVector & |
x | ) |
|
| CApproximateGausianMixture::Result::Result |
( |
const Result & |
orig | ) |
|
|
default |
| Result& CApproximateGausianMixture::Result::operator= |
( |
const Result & |
orig | ) |
|
|
default |
| void CApproximateGausianMixture::Result::print |
( |
std::ostream & |
os | ) |
const |
| float CApproximateGausianMixture::Result::value |
( |
unsigned |
x | ) |
const |
| std::vector<double> CApproximateGausianMixture::Result::m_alpha |
| std::vector<double> CApproximateGausianMixture::Result::m_centers |
| double CApproximateGausianMixture::Result::m_sigma |
The documentation for this struct was generated from the following file: