CApproximateGausianMixture Class Reference

#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 ()
 

Detailed Description

Definition at line 32 of file approxgm.hh.

Constructor & Destructor Documentation

CApproximateGausianMixture::CApproximateGausianMixture ( double  epsilon,
unsigned  max_iter 
)
CApproximateGausianMixture::~CApproximateGausianMixture ( )

Member Function Documentation

Result CApproximateGausianMixture::run ( const std::vector< float > &  data,
const std::vector< double > &  init_centers 
) const

Referenced by run().

template<typename InIterator >
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().


The documentation for this class was generated from the following file: