Tagged Questions

2
votes
1answer
700 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 ...
0
votes
1answer
82 views

Recalling a Method [ What Am I Doing Wrong? ]

So I am trying to create a program which takes two integers i input, and returns the bigger of the two. So it would function like this when I type it in Terminal java Assign5 23 67 the bigger value ...
0
votes
6answers
723 views

Make a application retrieve data from MySQL database

I'm looking to make a application that shows something from a MySQL data base. They should go in Order according to which ever one is next. The user would set a time that the events should happen, ...