KarypisLab / SLIM

High-performance implementation of SLIM-based approaches for Top-N recommendation
112 stars 17 forks source link

what's the meaning of each member of 'wspace_t'? #20

Closed H-Yin closed 3 years ago

H-Yin commented 3 years ago

int32_t colind; // ??? float colval; // ??? float *cnorms; // ???

https://github.com/KarypisLab/SLIM/blob/867d7182587ddae07076817524d61a67ee4e8ffa/src/libslim/struct.h#L63