|
STK++ 0.9.13
|
Partial specialization of the MixtureBridgeTraits for the Kmm_sk_ model. More...
#include <STK_KmmBridge.h>
Public Types | |
| enum | { idMixtureClass_ = Clust::Kmm_ } |
| typedef Data_ | Data |
| typedef Data_::Type | Type |
| Data Type. | |
| typedef Kmm_sk | Mixture |
| Type of the mixture model. | |
| typedef ModelParameters< Clust::Kmm_sk_ > | 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_sk_ model.
Definition at line 54 of file STK_KmmBridge.h.
| typedef Data_ STK::hidden::MixtureBridgeTraits< KmmBridge< Clust::Kmm_sk_, Data_ > >::Data |
Definition at line 56 of file STK_KmmBridge.h.
| typedef std::vector<std::pair<int,int> > STK::hidden::MixtureBridgeTraits< KmmBridge< Clust::Kmm_sk_, Data_ > >::MissingIndexes |
Type of the array storing missing values indexes.
Definition at line 64 of file STK_KmmBridge.h.
| typedef std::vector< std::pair<std::pair<int,int>, Type > > STK::hidden::MixtureBridgeTraits< KmmBridge< Clust::Kmm_sk_, Data_ > >::MissingValues |
Type of the array storing missing values.
Definition at line 66 of file STK_KmmBridge.h.
| typedef Kmm_sk STK::hidden::MixtureBridgeTraits< KmmBridge< Clust::Kmm_sk_, Data_ > >::Mixture |
Type of the mixture model.
Definition at line 60 of file STK_KmmBridge.h.
| typedef ModelParameters<Clust::Kmm_sk_> STK::hidden::MixtureBridgeTraits< KmmBridge< Clust::Kmm_sk_, Data_ > >::Parameters |
Type of the structure storing the mixture parameters.
Definition at line 62 of file STK_KmmBridge.h.
| typedef Data_::Type STK::hidden::MixtureBridgeTraits< KmmBridge< Clust::Kmm_sk_, Data_ > >::Type |
Data Type.
Definition at line 58 of file STK_KmmBridge.h.
| Enumerator | |
|---|---|
| idMixtureClass_ | |
Definition at line 68 of file STK_KmmBridge.h.