Closed (works as designed)
Project:
Recommender API
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
4 Jul 2009 at 18:06 UTC
Updated:
20 Jul 2009 at 23:32 UTC
Suppose this case, every user accesses every node of a system. Then the matrix would be all-1. However, the pairwise correlation now is not define because the all-1 matrix would be normalized as all-0. This could cause some problem.
However, this problem is by nature the problem of Correlation algorithm. A hack could be for dependand module to add a fake user or a fake rating. Example is in the uc_rec module.
Comments
Comment #1
danithaca commentedTo fix this would make the code messy. A hack could be for dependand module to add a fake user or a fake rating. Example is in the uc_rec module.