Precision and Recall are statistical measures of performance for information retrieval algorithms based on binary classification.
I'm looking for a very simple implementation in Java of a user-based collaborative filtering. I would like to evaluate the …
java recommendation-engine collaborative-filtering precision-recall