shark::Batch< T > Struct Template Reference

class which helps using different batch types More...

#include <shark/Data/BatchInterface.h>

+ Inheritance diagram for shark::Batch< T >:

Detailed Description

template<class T>
struct shark::Batch< T >

class which helps using different batch types

e.g. creating a batch of a single element or returning a single element when the element type is arithmetic, like int,double, std::complex,... the return value will be a linear algebra compatible vector, like RealVector. If it is not, for example a string, the return value will be a std::vector<T>.

Definition at line 233 of file BatchInterface.h.


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