Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
The supported way of installing phpjuice/opencf
package is via Composer.
Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the package? Feel free to create an issue on GitHub, we'll try to address it as soon as possible.
If you discover any security related issues, please email us at phpjuice@gmail.com instead of using the issue tracker.
All notable changes to opencf
are documented on GitHub
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: