Weighted item-based kNN engine
Declaring type: ItemKNN
Namespace: MyMediaLite.RatingPrediction
Assembly: MyMediaLite
Collapse/Expand Protected Fields
  Name Description
Protected Field data_item Matrix indicating which item was rated by which user
Protected Field GetPositivelyCorrelatedEntities Get positively correlated entities
Collapse/Expand Public Constructors
  Name Description
Public Method ItemKNN

There is no summary.

Collapse/Expand Public Methods
  Name Description
Public Method Virtual Add

There is no summary.

Public Method Virtual AddItem

There is no summary.

Public Method Virtual LoadModel

There is no summary.

Public Method Virtual Predict Predict the rating of a given user for a given item
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.