Rdocumentation
powered by
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
Link to current version
Version
Version
0.3.0
0.2.1
0.2.0
0.1.0
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)
Search all functions
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.