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

Partial specialization for PoissonMixtureManager. More...

#include <STK_PoissonMixtureManager.h>

Public Types

typedef DataHandler_ DataHandler
 type of data
 
typedef Integer 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< PoissonMixtureManager< DataHandler_ > >

Partial specialization for PoissonMixtureManager.

Definition at line 63 of file STK_PoissonMixtureManager.h.

Member Typedef Documentation

◆ Data

type of the data set

Definition at line 79 of file STK_PoissonMixtureManager.h.

◆ DataBridgeType

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

class wrapping the data set

Definition at line 82 of file STK_PoissonMixtureManager.h.

◆ DataHandler

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

type of data

Definition at line 66 of file STK_PoissonMixtureManager.h.

◆ MissingIndexes

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

Type of the array storing missing values indexes.

Definition at line 70 of file STK_PoissonMixtureManager.h.

◆ MissingValues

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

Type of the array storing missing values.

Definition at line 72 of file STK_PoissonMixtureManager.h.

◆ Type

template<class DataHandler_ >
typedef Integer STK::hidden::MixtureManagerTraits< PoissonMixtureManager< DataHandler_ > >::Type

type of data

Definition at line 68 of file STK_PoissonMixtureManager.h.


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