STK++ 0.9.13
|
Partial specialization of the MixtureBridgeTraits for the Kmm_s_ model. More...
#include <STK_KmmBridge.h>
Public Types | |
enum | { idMixtureClass_ = Clust::Kmm_ } |
typedef Data_ | Data |
typedef Data_::Type | Type |
Data Type. | |
typedef Kmm_s | Mixture |
Type of the mixture model. | |
typedef ModelParameters< Clust::Kmm_s_ > | Parameters |
Type of the structure storing the mixture parameters. | |
typedef std::vector< std::pair< int, int > > | MissingIndexes |
Type of the array storing missing values indexes. | |
typedef std::vector< std::pair< std::pair< int, int >, Type > > | MissingValues |
Type of the array storing missing values. | |
Partial specialization of the MixtureBridgeTraits for the Kmm_s_ model.
Definition at line 78 of file STK_KmmBridge.h.
typedef Data_ STK::hidden::MixtureBridgeTraits< KmmBridge< Clust::Kmm_s_, Data_ > >::Data |
Definition at line 80 of file STK_KmmBridge.h.
typedef std::vector<std::pair<int,int> > STK::hidden::MixtureBridgeTraits< KmmBridge< Clust::Kmm_s_, Data_ > >::MissingIndexes |
Type of the array storing missing values indexes.
Definition at line 88 of file STK_KmmBridge.h.
typedef std::vector< std::pair<std::pair<int,int>, Type > > STK::hidden::MixtureBridgeTraits< KmmBridge< Clust::Kmm_s_, Data_ > >::MissingValues |
Type of the array storing missing values.
Definition at line 90 of file STK_KmmBridge.h.
typedef Kmm_s STK::hidden::MixtureBridgeTraits< KmmBridge< Clust::Kmm_s_, Data_ > >::Mixture |
Type of the mixture model.
Definition at line 84 of file STK_KmmBridge.h.
typedef ModelParameters<Clust::Kmm_s_> STK::hidden::MixtureBridgeTraits< KmmBridge< Clust::Kmm_s_, Data_ > >::Parameters |
Type of the structure storing the mixture parameters.
Definition at line 86 of file STK_KmmBridge.h.
typedef Data_::Type STK::hidden::MixtureBridgeTraits< KmmBridge< Clust::Kmm_s_, Data_ > >::Type |
Data Type.
Definition at line 82 of file STK_KmmBridge.h.
Enumerator | |
---|---|
idMixtureClass_ |
Definition at line 92 of file STK_KmmBridge.h.