Learn R Programming

CFilt (version 0.3.0)

Recommendation by Collaborative Filtering

Description

Provides methods and functions to implement a Recommendation System based on Collaborative Filtering Methodology. See Aggarwal (2016) for an overview.

Copy Link

Version

Install

install.packages('CFilt')

Monthly Downloads

316

Version

0.3.0

License

GPL-3

Maintainer

Jessica Kubrusly

Last Published

October 4th, 2024

Functions in CFilt (0.3.0)

topkitems

Recommendation Function
estimaterating

Recommendation Functions
movies

Movie ratings by users
cosine

Similarity calculation Function
kclosestitems

Recommendation Functions
jaccard

Similarity calculation Function
topkusers

Recommendation Function
pearson

Similarity calculation Function
CF-class

Recommendation by Collaborative Filtering
CFbuilder

The constructor function of the CFilt class.