Tagged Questions
2
votes
1answer
701 views
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 precision and recall of this CF with the movielens dataset. I've seen that ...
1
vote
1answer
345 views
recall and precision in rapidminer
there is a dataset in excel containing some labels in column A(I call it cluster label) and some attributes in column B(I call them cluster component). These data show the best clustering result.
...
0
votes
0answers
111 views
how to draw the precision recall curve
I am working on a project related to information retrieval. The data set is pretty huge and I have taken a sample of 500 data-items to calculate the precision and recall. I have got a precision of 0.9 ...
0
votes
1answer
135 views
Precision,Recall and F-score
I am working on a developing a new system which is based on information retrieval concept. My system retrieve's pdf and ppt files of research articles from the web. When i calculated precision,recall ...
0
votes
5answers
2k views
How to compute precision and recall in clustering?
I am really confused how to compute precision and recall in clustering applications.
I have the following situation:
Given two sets A and B. By using a unique key for each element I can determine ...
-1
votes
1answer
82 views
Precision/recall for multiclass-multilabel classification
I'm wondering how to calculate precision and recall measures for multiclass multilabel classification, i.e. classification where there are more than two labels, and where each instance can have ...