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

danithaca’s picture

Status: Postponed » Closed (works as designed)

To 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.