10 #ifndef __LIBSVM_FILE_H__
11 #define __LIBSVM_FILE_H__
33 SGSparseVector<float64_t>*& matrix, int32_t& num_feat, int32_t& num_vec);
43 const SGSparseVector<float64_t>* matrix, int32_t num_feat, int32_t num_vec);
57 float64_t*& matrix, int32_t& num_feat, int32_t& num_vec);
67 const float64_t* matrix, int32_t num_feat, int32_t num_vec);
90 #endif //__LIBSVM_FILE_H__
bool write_real_valued_dense(const float64_t *matrix, int32_t num_feat, int32_t num_vec)
bool write_char_valued_strings(const SGString< char > *strings, int32_t num_str)
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 read_real_valued_sparse(SGSparseVector< 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)