shark::BatchTraits< WeightedDataBatch< DataType, WeightType > > Struct Template Reference

#include <shark/Data/WeightedDataset.h>

Public Types

typedef detail::batch_to_element< DataType >::type DataElem
 
typedef detail::batch_to_element< WeightType >::type WeightElem
 

Detailed Description

template<class DataType, class WeightType>
struct shark::BatchTraits< WeightedDataBatch< DataType, WeightType > >

Definition at line 172 of file WeightedDataset.h.

Member Typedef Documentation

◆ DataElem

template<class DataType , class WeightType >
typedef detail::batch_to_element<DataType>::type shark::BatchTraits< WeightedDataBatch< DataType, WeightType > >::DataElem

Definition at line 173 of file WeightedDataset.h.

◆ WeightElem

template<class DataType , class WeightType >
typedef detail::batch_to_element<WeightType>::type shark::BatchTraits< WeightedDataBatch< DataType, WeightType > >::WeightElem

Definition at line 174 of file WeightedDataset.h.


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