Go to the source code of this file.
#define SPARSE_VECTOR_GETTER |
( |
|
type | ) |
|
Value:void CFile::set_sparse_vector( \
{ \
set_sparse_matrix(&v, 0, 1); \
} \
\
void CFile::get_sparse_vector( \
{ \
SGSparseVector<type>* v; \
int32_t dummy; \
int32_t nvec; \
get_sparse_matrix(v, dummy, nvec);
\
entries=v->features; \
num_feat=v->num_feat_entries; \
}
template class SGSparseVectorEntry
Definition at line 198 of file File.cpp.