Most-popular item recommender. Items are weighted by how often they have been seen in the past.
Declaring type: MostPopular
Namespace: MyMediaLite.ItemRecommender
Assembly: MyMediaLite
Collapse/Expand Protected Fields
  Name Description
Protected Field view_count View count
Collapse/Expand Public Constructors
  Name Description
Public Method MostPopular

There is no summary.

Collapse/Expand Public Methods
  Name Description
Public Method Virtual AddFeedback

There is no summary.

Public Method Virtual LoadModel

There is no summary.

Public Method Virtual Predict

There is no summary.

Public Method Virtual RemoveFeedback

There is no summary.

Public Method Virtual RemoveItem

There is no summary.

Public Method Virtual SaveModel

There is no summary.

Public Method Virtual ToString

There is no summary.

Public Method Virtual Train

There is no summary.