SLIM  1.0
Sparse Linear Methods (SLIM) for top-n recommender systems
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
worksp Struct Reference

A workspace structure used for BCLS. This is adopated from BCLS. More...

#include <struct.h>

Data Fields

csA
 
int max_bcls_niters
 
int * acol
 

Detailed Description

A workspace structure used for BCLS. This is adopated from BCLS.

Definition at line 124 of file struct.h.

Field Documentation

cs* worksp::A

a matrix

Definition at line 127 of file struct.h.

Referenced by Aprod(), and slim_learn().

int* worksp::acol

the active columns

Definition at line 131 of file struct.h.

Referenced by Aprod(), slim_fs_learn(), and slim_learn().

int worksp::max_bcls_niters

max number of iterations allowed in BCLS solver

Definition at line 129 of file struct.h.

Referenced by slim_learn().


The documentation for this struct was generated from the following file: