Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default predicted rating of UserKNN: global mean or user-specific mean? #25

Closed
taolian opened this issue Jan 25, 2016 · 3 comments
Closed

Comments

@taolian
Copy link
Contributor

taolian commented Jan 25, 2016

In the model UserKNN, whether the default predicted rating is global mean or user-specific mean when nns.size() == 0 or ws == 0?
Line 103 in UserKNN.java
Line 122 in UserKNN.java

There is the same issue with respect to ItemKNN: whether global mean or item-specific mean?

@guoguibing
Copy link
Owner

I didn't get what you mean. The codes are self-explained.

@taolian
Copy link
Contributor Author

taolian commented Feb 1, 2016

user-specific mean: a user's own average rating
item-specific mean: an item's own average rating

@guoguibing
Copy link
Owner

global mean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants