STK++ 0.9.13
STK::hidden::MixtureManagerTraits< GammaMixtureManager< DataHandler_ > > Struct Template Reference

Specialization for GammaMixtureManager. More...

#include <STK_GammaMixtureManager.h>

Public Types

typedef DataHandler_ DataHandler
 type of data
 
typedef Real Type
 type of data
 
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.
 
typedef DataHandlerTraits< DataHandler, Type >::Data Data
 type of the data set
 
typedef DataBridge< DataDataBridgeType
 class wrapping the data set
 

Detailed Description

template<class DataHandler_>
struct STK::hidden::MixtureManagerTraits< GammaMixtureManager< DataHandler_ > >

Specialization for GammaMixtureManager.

Definition at line 61 of file STK_GammaMixtureManager.h.

Member Typedef Documentation

◆ Data

template<class DataHandler_ >
typedef DataHandlerTraits<DataHandler,Type>::Data STK::hidden::MixtureManagerTraits< GammaMixtureManager< DataHandler_ > >::Data

type of the data set

Definition at line 77 of file STK_GammaMixtureManager.h.

◆ DataBridgeType

template<class DataHandler_ >
typedef DataBridge<Data> STK::hidden::MixtureManagerTraits< GammaMixtureManager< DataHandler_ > >::DataBridgeType

class wrapping the data set

Definition at line 80 of file STK_GammaMixtureManager.h.

◆ DataHandler

template<class DataHandler_ >
typedef DataHandler_ STK::hidden::MixtureManagerTraits< GammaMixtureManager< DataHandler_ > >::DataHandler

type of data

Definition at line 64 of file STK_GammaMixtureManager.h.

◆ MissingIndexes

template<class DataHandler_ >
typedef std::vector< std::pair<int,int> > STK::hidden::MixtureManagerTraits< GammaMixtureManager< DataHandler_ > >::MissingIndexes

Type of the array storing missing values indexes.

Definition at line 68 of file STK_GammaMixtureManager.h.

◆ MissingValues

template<class DataHandler_ >
typedef std::vector< std::pair<std::pair<int,int>, Type > > STK::hidden::MixtureManagerTraits< GammaMixtureManager< DataHandler_ > >::MissingValues

Type of the array storing missing values.

Definition at line 70 of file STK_GammaMixtureManager.h.

◆ Type

template<class DataHandler_ >
typedef Real STK::hidden::MixtureManagerTraits< GammaMixtureManager< DataHandler_ > >::Type

type of data

Definition at line 66 of file STK_GammaMixtureManager.h.


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