Weighted user-based kNN engine
Declaring type: UserKNN
Namespace: MyMediaLite.RatingPredictor
Assembly: MyMediaLite
Collapse/Expand Protected Fields
  Name Description
Protected Field data_user boolean matrix indicating which user rated which item
Collapse/Expand Protected Constructors
  Name Description
Protected Method UserKNN

There is no summary.

Collapse/Expand Public Methods
  Name Description
Public Method Virtual AddRating

There is no summary.

Public Method Virtual AddUser

There is no summary.

Public Method Virtual Predict Predict the rating of a given user for a given item. If the user or the item are not known to the engine, a suitable average rating is returned. To avoid this behavior for unknown entities, use CanPredict() to check before.
Public Method Virtual RemoveRating

There is no summary.

Public Method Virtual UpdateRating

There is no summary.

Collapse/Expand Public Properties
  Name Description
Public Property Ratings

There is no summary.