Generic interface for simple recommenders
Declaring type: IRecommender
Namespace: MyMediaLite
Assembly: MyMediaLite
Collapse/Expand Public Methods
  Name Description
Public Method Abstract LoadModel Get the model parameters from a file
Public Method Abstract Predict Predict rating or score for a given user-item combination
Public Method Abstract SaveModel Save the model parameters to a file
Public Method Abstract ToString Return a string representation of the recommender
Public Method Abstract Train Learn the model parameters of the recommender from the training data