STK++ 0.9.13
|
Partial specialization of the MixtureBridgeTraits for the HDCovariance_AjkBkQkDk model. More...
#include <STK_HDMatrixGaussianBridge.h>
Public Types | |
enum | { idMixtureClass_ = Clust::HDMatrixGaussian_ } |
typedef Data_ | Data |
typedef hidden::Traits< Data_ >::Type | Type |
Data Type. | |
typedef HDMatrixGaussianModel< IdRow_, IdCol_, Data_ > | Mixture |
Type of the mixture model. | |
typedef HDMatrixModelParameters< Data_ > | 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 HDCovariance_AjkBkQkDk model.
Definition at line 55 of file STK_HDMatrixGaussianBridge.h.
typedef Data_ STK::hidden::MixtureBridgeTraits< HDMatrixGaussianBridge< IdRow_, IdCol_, Data_ > >::Data |
Definition at line 57 of file STK_HDMatrixGaussianBridge.h.
typedef std::vector<std::pair<int,int> > STK::hidden::MixtureBridgeTraits< HDMatrixGaussianBridge< IdRow_, IdCol_, Data_ > >::MissingIndexes |
Type of the array storing missing values indexes.
Definition at line 65 of file STK_HDMatrixGaussianBridge.h.
typedef std::vector< std::pair<std::pair<int,int>, Type > > STK::hidden::MixtureBridgeTraits< HDMatrixGaussianBridge< IdRow_, IdCol_, Data_ > >::MissingValues |
Type of the array storing missing values.
Definition at line 67 of file STK_HDMatrixGaussianBridge.h.
typedef HDMatrixGaussianModel<IdRow_, IdCol_, Data_> STK::hidden::MixtureBridgeTraits< HDMatrixGaussianBridge< IdRow_, IdCol_, Data_ > >::Mixture |
Type of the mixture model.
Definition at line 61 of file STK_HDMatrixGaussianBridge.h.
typedef HDMatrixModelParameters<Data_> STK::hidden::MixtureBridgeTraits< HDMatrixGaussianBridge< IdRow_, IdCol_, Data_ > >::Parameters |
Type of the structure storing the mixture parameters.
Definition at line 63 of file STK_HDMatrixGaussianBridge.h.
typedef hidden::Traits<Data_>::Type STK::hidden::MixtureBridgeTraits< HDMatrixGaussianBridge< IdRow_, IdCol_, Data_ > >::Type |
Data Type.
Definition at line 59 of file STK_HDMatrixGaussianBridge.h.