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