STK++ 0.9.13
|
Partial specialization of the MixtureBridgeTraits for the DiagGaussian_sk model. More...
#include <STK_DiagGaussianBridge.h>
Public Types | |
enum | { idMixtureClass_ = Clust::DiagGaussian_ } |
typedef Data_ | Data |
typedef Data_::Type | Type |
Data Type. | |
typedef DiagGaussian_sk< Data > | Mixture |
Type of the mixture model. | |
typedef ModelParameters< Clust::Gaussian_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 DiagGaussian_sk model.
Definition at line 81 of file STK_DiagGaussianBridge.h.
typedef Data_ STK::hidden::MixtureBridgeTraits< DiagGaussianBridge< Clust::Gaussian_sk_, Data_ > >::Data |
Definition at line 83 of file STK_DiagGaussianBridge.h.
typedef std::vector<std::pair<int,int> > STK::hidden::MixtureBridgeTraits< DiagGaussianBridge< Clust::Gaussian_sk_, Data_ > >::MissingIndexes |
Type of the array storing missing values indexes.
Definition at line 91 of file STK_DiagGaussianBridge.h.
typedef std::vector< std::pair<std::pair<int,int>, Type > > STK::hidden::MixtureBridgeTraits< DiagGaussianBridge< Clust::Gaussian_sk_, Data_ > >::MissingValues |
Type of the array storing missing values.
Definition at line 93 of file STK_DiagGaussianBridge.h.
typedef DiagGaussian_sk<Data> STK::hidden::MixtureBridgeTraits< DiagGaussianBridge< Clust::Gaussian_sk_, Data_ > >::Mixture |
Type of the mixture model.
Definition at line 87 of file STK_DiagGaussianBridge.h.
typedef ModelParameters<Clust::Gaussian_sk_> STK::hidden::MixtureBridgeTraits< DiagGaussianBridge< Clust::Gaussian_sk_, Data_ > >::Parameters |
Type of the structure storing the mixture parameters.
Definition at line 89 of file STK_DiagGaussianBridge.h.
typedef Data_::Type STK::hidden::MixtureBridgeTraits< DiagGaussianBridge< Clust::Gaussian_sk_, Data_ > >::Type |
Data Type.
Definition at line 85 of file STK_DiagGaussianBridge.h.