Guest User

Untitled

a guest
Oct 20th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. This table explains what we mean by a similarity measure. A similarity measure is a measure that loops overall ratings made by two users, and returns a score based on the sum of rating comparisons, distinguishing 4 cases:
  2. Case 1: User-X and User-Y both rated Item-I.
  3. Case 2: User-X rated Item-I, but User-Y did not.
  4. Case 3: User-X did not rate Item-I, but User-Y did.
  5. Case 4: Neither User-X nor User-Y rated Item-I.
  6.  
  7. This can be simplified using vector notation as following:
  8. X * Y, where * indicates the special dot product between X and Y, with augmented arithmetic to deal with vectors that contain null values (to indicate that a user did not rate a particular item).
Add Comment
Please, Sign In to add comment