Introduction
Last updated
Last updated
PHP implementation of the (Weighted Slopeone,Cosine, Weighted Cosine) rating-based collaborative filtering schemes.
OpenCF Package is designed to be very simple and straightforward to use. All you have to do is:
Load a training set (dataset)
Predict future ratings using a recommender. (Weighted Slopeone,Cosine, Weighted Cosine)
The OpenCF
recommender service is created by direct instantiation:
This should produce the following results: