STK++ 0.9.13
|
Partial specialization for CategoricalMixtureManager. More...
#include <STK_CategoricalMixtureManager.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< Data > | DataBridgeType |
class wrapping the data set | |
Partial specialization for CategoricalMixtureManager.
Definition at line 60 of file STK_CategoricalMixtureManager.h.
typedef DataHandlerTraits<DataHandler,Type>::Data STK::hidden::MixtureManagerTraits< CategoricalMixtureManager< DataHandler_ > >::Data |
type of the data set
Definition at line 76 of file STK_CategoricalMixtureManager.h.
typedef DataBridge<Data> STK::hidden::MixtureManagerTraits< CategoricalMixtureManager< DataHandler_ > >::DataBridgeType |
class wrapping the data set
Definition at line 79 of file STK_CategoricalMixtureManager.h.
typedef DataHandler_ STK::hidden::MixtureManagerTraits< CategoricalMixtureManager< DataHandler_ > >::DataHandler |
type of data
Definition at line 63 of file STK_CategoricalMixtureManager.h.
typedef std::vector< std::pair<int,int> > STK::hidden::MixtureManagerTraits< CategoricalMixtureManager< DataHandler_ > >::MissingIndexes |
Type of the array storing missing values indexes.
Definition at line 67 of file STK_CategoricalMixtureManager.h.
typedef std::vector< std::pair<std::pair<int,int>, Type > > STK::hidden::MixtureManagerTraits< CategoricalMixtureManager< DataHandler_ > >::MissingValues |
Type of the array storing missing values.
Definition at line 69 of file STK_CategoricalMixtureManager.h.
typedef Integer STK::hidden::MixtureManagerTraits< CategoricalMixtureManager< DataHandler_ > >::Type |
type of data
Definition at line 65 of file STK_CategoricalMixtureManager.h.