Package: CFilt
Type: Package
Title: Collaborative Filtering by Reference Classes
Version: 0.1.0
Author: Thiago Lima, Jessica Kubrusly
Maintainer: Thiago Lima <thiagoaugusto@id.uff.br>
Description: The collaborative Filtering methodology has been widely used in recommendation systems, which
    uses similarities between users or items to make recommendations. A class called CF was implemented,
    where it is structured by matrices and composed of recommendation and database manipulation functions.
    See Aggarwal (2016) <doi:10.1007/978-3-319-29659-3> for an overview. 
Depends: R (>= 3.5.0)
Imports: methods, utils
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-06-12 16:00:18 UTC; thiag
Repository: CRAN
Date/Publication: 2020-06-19 09:50:06 UTC
Built: R 3.6.3; ; 2020-06-21 12:48:26 UTC; windows
