STK++ 0.9.13
|
Specialization for KernelMixtureManager. More...
#include <STK_KernelMixtureManager.h>
Classes | |
class | Void |
Public Types | |
typedef KernelHandler | 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 Void | Data |
type of the data set | |
typedef Void | DataBridgeType |
class wrapping the data set | |
Specialization for KernelMixtureManager.
Definition at line 55 of file STK_KernelMixtureManager.h.
typedef Void STK::hidden::MixtureManagerTraits< KernelMixtureManager >::Data |
type of the data set
Definition at line 74 of file STK_KernelMixtureManager.h.
typedef Void STK::hidden::MixtureManagerTraits< KernelMixtureManager >::DataBridgeType |
class wrapping the data set
Definition at line 77 of file STK_KernelMixtureManager.h.
typedef KernelHandler STK::hidden::MixtureManagerTraits< KernelMixtureManager >::DataHandler |
type of data
Definition at line 61 of file STK_KernelMixtureManager.h.
typedef std::vector< std::pair<int,int> > STK::hidden::MixtureManagerTraits< KernelMixtureManager >::MissingIndexes |
Type of the array storing missing values indexes.
Definition at line 65 of file STK_KernelMixtureManager.h.
typedef std::vector< std::pair<std::pair<int,int>, Type > > STK::hidden::MixtureManagerTraits< KernelMixtureManager >::MissingValues |
Type of the array storing missing values.
Definition at line 67 of file STK_KernelMixtureManager.h.
type of data
Definition at line 63 of file STK_KernelMixtureManager.h.