class which helps using different batch types More...
#include <shark/Data/BatchInterface.h>
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.