SLIM  1.0
Sparse Linear Methods (SLIM) for top-n recommender systems
 All Data Structures Files Functions Variables Typedefs Macros Pages
Functions
io.c File Reference

This file contains all the I/O routines. More...

#include <slim.h>

Go to the source code of this file.

Functions

gk_csr_t * read_constraint (ctrl_t *ctrl, char *file)
 Read in a constraint matrix for feature selection.
 
void csr_Write (gk_csr_t *mat, char *filename, char *mode, int format, int writevals, int numbering)
 Dump the csr into a file.
 

Detailed Description

This file contains all the I/O routines.

Definition in file io.c.