STK++ 0.9.13
|
Partial specialization of the MixtureBridgeTraits for the Gamma_ak_bj_ model. More...
#include <STK_GammaBridge.h>
Public Types | |
enum | { idMixtureClass_ = Clust::Gamma_ } |
typedef Data_ | Data |
typedef Data_::Type | Type |
Data Type. | |
typedef Gamma_ak_bj< Data > | Mixture |
Type of the mixture model. | |
typedef ModelParameters< Clust::Gamma_ak_bj_ > | 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 Gamma_ak_bj_ model.
Definition at line 198 of file STK_GammaBridge.h.
Definition at line 200 of file STK_GammaBridge.h.
typedef std::vector<std::pair<int,int> > STK::hidden::MixtureBridgeTraits< GammaBridge< Clust::Gamma_ak_bj_, Data_ > >::MissingIndexes |
Type of the array storing missing values indexes.
Definition at line 208 of file STK_GammaBridge.h.
typedef std::vector< std::pair<std::pair<int,int>, Type > > STK::hidden::MixtureBridgeTraits< GammaBridge< Clust::Gamma_ak_bj_, Data_ > >::MissingValues |
Type of the array storing missing values.
Definition at line 210 of file STK_GammaBridge.h.
typedef Gamma_ak_bj<Data> STK::hidden::MixtureBridgeTraits< GammaBridge< Clust::Gamma_ak_bj_, Data_ > >::Mixture |
Type of the mixture model.
Definition at line 204 of file STK_GammaBridge.h.
typedef ModelParameters<Clust::Gamma_ak_bj_> STK::hidden::MixtureBridgeTraits< GammaBridge< Clust::Gamma_ak_bj_, Data_ > >::Parameters |
Type of the structure storing the mixture parameters.
Definition at line 206 of file STK_GammaBridge.h.
typedef Data_::Type STK::hidden::MixtureBridgeTraits< GammaBridge< Clust::Gamma_ak_bj_, Data_ > >::Type |
Data Type.
Definition at line 202 of file STK_GammaBridge.h.