Functions

LibSVMFile.h File Reference

Go to the source code of this file.

Functions

bool read_real_valued_sparse (SGSparseVector< float64_t > *&matrix, int32_t &num_feat, int32_t &num_vec)
bool write_real_valued_sparse (const SGSparseVector< float64_t > *matrix, int32_t num_feat, int32_t num_vec)
bool read_real_valued_dense (float64_t *&matrix, int32_t &num_feat, int32_t &num_vec)
bool write_real_valued_dense (const float64_t *matrix, int32_t num_feat, int32_t num_vec)
bool read_char_valued_strings (SGString< char > *&strings, int32_t &num_str, int32_t &max_string_len)
bool write_char_valued_strings (const SGString< char > *strings, int32_t num_str)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation