STK++ 0.9.13
STK::hidden::MixtureBridgeTraits< CategoricalBridge< Clust::Categorical_pjk_, Data_ > > Struct Template Reference

Partial specialization of the MixtureBridgeTraits for the Categorical_pjk model. More...

#include <STK_CategoricalBridge.h>

Public Types

enum  { idMixtureClass_ = Clust::Categorical_ }
 
typedef Data_ Data
 Structure storing the Data.
 
typedef Data_::Type Type
 Data Type.
 
typedef Categorical_pjk< DataMixture
 Type of the Mixture model.
 
typedef ModelParameters< Clust::Categorical_pjk_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<class Data_>
struct STK::hidden::MixtureBridgeTraits< CategoricalBridge< Clust::Categorical_pjk_, Data_ > >

Partial specialization of the MixtureBridgeTraits for the Categorical_pjk model.

Definition at line 56 of file STK_CategoricalBridge.h.

Member Typedef Documentation

◆ Data

Structure storing the Data.

Definition at line 59 of file STK_CategoricalBridge.h.

◆ MissingIndexes

template<class Data_ >
typedef std::vector<std::pair<int,int> > STK::hidden::MixtureBridgeTraits< CategoricalBridge< Clust::Categorical_pjk_, Data_ > >::MissingIndexes

Type of the array storing missing values indexes.

Definition at line 67 of file STK_CategoricalBridge.h.

◆ MissingValues

template<class Data_ >
typedef std::vector< std::pair<std::pair<int,int>, Type > > STK::hidden::MixtureBridgeTraits< CategoricalBridge< Clust::Categorical_pjk_, Data_ > >::MissingValues

Type of the array storing missing values.

Definition at line 69 of file STK_CategoricalBridge.h.

◆ Mixture

Type of the Mixture model.

Definition at line 63 of file STK_CategoricalBridge.h.

◆ Parameters

Type of the structure storing the mixture parameters.

Definition at line 65 of file STK_CategoricalBridge.h.

◆ Type

Data Type.

Definition at line 61 of file STK_CategoricalBridge.h.

Member Enumeration Documentation

◆ anonymous enum


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