#include <mia/core/approxgm.hh>
Data Structures | |
| struct | Result |
Public Member Functions | |
| CApproximateGausianMixture (double epsilon, unsigned max_iter) | |
| Result | run (const std::vector< float > &data, const std::vector< double > &init_centers) const |
| template<typename InIterator > | |
| Result | run (InIterator begin, InIterator end, const std::vector< double > &init_centers) const |
| ~CApproximateGausianMixture () | |
Definition at line 32 of file approxgm.hh.
| CApproximateGausianMixture::CApproximateGausianMixture | ( | double | epsilon, |
| unsigned | max_iter | ||
| ) |
| CApproximateGausianMixture::~CApproximateGausianMixture | ( | ) |
| Result CApproximateGausianMixture::run | ( | const std::vector< float > & | data, |
| const std::vector< double > & | init_centers | ||
| ) | const |
Referenced by run().
| CApproximateGausianMixture::Result CApproximateGausianMixture::run | ( | InIterator | begin, |
| InIterator | end, | ||
| const std::vector< double > & | init_centers | ||
| ) | const |
Definition at line 75 of file approxgm.hh.
References run().