Collaborative Filtering by Reference Classes
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) for an overview.