Top "Precision-recall" questions

Precision and Recall are statistical measures of performance for information retrieval algorithms based on binary classification.

Recommender system: simple user-based collaborative filtering to evaluate with precision and recall

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