Package: recosystem Type: Package Title: Recommender System using Matrix Factorization Version: 0.5.1 Date: 2023-05-05 Author: Yixuan Qiu, David Cortes, Chih-Jen Lin, Yu-Chin Juan, Wei-Sheng Chin, Yong Zhuang, Bo-Wen Yuan, Meng-Yuan Yang, and other contributors. See file AUTHORS for details. Maintainer: Yixuan Qiu Description: R wrapper of the 'libmf' library for recommender system using matrix factorization. It is typically used to approximate an incomplete matrix using the product of two matrices in a latent space. Other common names for this task include "collaborative filtering", "matrix completion", "matrix recovery", etc. High performance multi-core parallel computing is supported in this package. License: BSD_3_clause + file LICENSE Copyright: see file COPYRIGHTS URL: https://github.com/yixuan/recosystem BugReports: https://github.com/yixuan/recosystem/issues Depends: R (>= 3.3.0), methods Imports: Rcpp (>= 0.11.0), float Suggests: knitr, rmarkdown, prettydoc, Matrix LinkingTo: Rcpp, RcppProgress VignetteBuilder: knitr RoxygenNote: 7.2.3 Repository: https://yixuan.r-universe.dev Date/Publication: 2023-05-05 10:09:12 UTC RemoteUrl: https://github.com/yixuan/recosystem RemoteRef: HEAD RemoteSha: f1207182ed700ec957cc36f25137e0d882566111 NeedsCompilation: yes Packaged: 2026-07-04 19:32:52 UTC; root