SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Macros
StreamingAsciiFile.h File Reference

Go to the source code of this file.

Classes

struct  SGSparseVectorEntry< T >
 template class SGSparseVectorEntry More...
 
singleton  DynArray< T >
 Template Dynamic array class that creates an array that can be used like a list or an array. More...
 
class  CStreamingAsciiFile
 Class StreamingAsciiFile to read vector-by-vector from ASCII files. More...
 

Macros

#define GET_VECTOR_DECL(sg_type)
 

Macro Definition Documentation

#define GET_VECTOR_DECL (   sg_type)
Value:
virtual void get_vector \
(sg_type*& vector, int32_t& len); \
\
virtual void get_vector_and_label \
(sg_type*& vector, int32_t& len, float64_t& label); \
\
virtual void get_string \
(sg_type*& vector, int32_t& len); \
\
virtual void get_string_and_label \
(sg_type*& vector, int32_t& len, float64_t& label); \
\
virtual void get_sparse_vector \
(SGSparseVectorEntry<sg_type>*& vector, int32_t& len); \
\
virtual void get_sparse_vector_and_label \
(SGSparseVectorEntry<sg_type>*& vector, int32_t& len, float64_t& label);
double float64_t
Definition: common.h:50

Definition at line 71 of file StreamingAsciiFile.h.


SHOGUN Machine Learning Toolbox - Documentation