Abstract item recommender class that loads the training data into memory
Declaring type: ItemRecommender
Namespace: MyMediaLite.ItemRecommendation
Assembly: MyMediaLite
Collapse/Expand Protected Constructors
  Name Description
Protected Method ItemRecommender

There is no summary.

Collapse/Expand Public Methods
  Name Description
Public Method Virtual AddFeedback

There is no summary.

Public Method Virtual AddItem

There is no summary.

Public Method Virtual AddUser

There is no summary.

Public Method Virtual CanPredict

There is no summary.

Public Method Clone create a shallow copy of the object
Public Method Abstract LoadModel

There is no summary.

Public Method Abstract Predict

There is no summary.

Public Method Virtual RemoveFeedback

There is no summary.

Public Method Virtual RemoveItem

There is no summary.

Public Method Virtual RemoveUser

There is no summary.

Public Method Abstract SaveModel

There is no summary.

Public Method Abstract Train

There is no summary.

Collapse/Expand Public Properties
  Name Description
Public Property Virtual Feedback the feedback data to be used for training
Public Property MaxItemID Maximum item ID
Public Property MaxUserID Maximum user ID