STK++ 0.9.13
STK::hidden::MixtureBridgeTraits< HDMatrixGaussianBridge< IdRow_, IdCol_, Data_ > > Struct Template Reference

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.
 

Detailed Description

template<int IdRow_, int IdCol_, class Data_>
struct STK::hidden::MixtureBridgeTraits< HDMatrixGaussianBridge< IdRow_, IdCol_, Data_ > >

Partial specialization of the MixtureBridgeTraits for the HDCovariance_AjkBkQkDk model.

Definition at line 55 of file STK_HDMatrixGaussianBridge.h.

Member Typedef Documentation

◆ Data

◆ MissingIndexes

template<int IdRow_, int IdCol_, class Data_ >
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.

◆ MissingValues

template<int IdRow_, int IdCol_, class Data_ >
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.

◆ Mixture

Type of the mixture model.

Definition at line 61 of file STK_HDMatrixGaussianBridge.h.

◆ Parameters

Type of the structure storing the mixture parameters.

Definition at line 63 of file STK_HDMatrixGaussianBridge.h.

◆ Type

Data Type.

Definition at line 59 of file STK_HDMatrixGaussianBridge.h.

Member Enumeration Documentation

◆ anonymous enum


The documentation for this struct was generated from the following file: