Classes | Defines

StreamingAsciiFile.h File Reference

Go to the source code of this file.

Classes

class  CStreamingAsciiFile
 Class StreamingAsciiFile to read vector-by-vector from ASCII files. More...

Defines

#define GET_VECTOR_DECL(sg_type)

Define 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);

Definition at line 57 of file StreamingAsciiFile.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation