Learn R Programming

⚠️There's a newer version (0.3.0) of this package.Take me there.

CFilt (version 0.2.1)

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.

Copy Link

Version

Install

install.packages('CFilt')

Monthly Downloads

316

Version

0.2.1

License

GPL-3

Maintainer

Thiago Lima

Last Published

October 14th, 2020

Functions in CFilt (0.2.1)

movies

Movie ratings by users
CFbuilder

A function to create and build a CF class object
CFilt

CFilt: A package about Collaborative Filtering by RC in R.
CF-class

A Reference Class to represent a object CF