Generic interface for simple recommender engines
Declaring type: IRecommenderEngine
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 engine
Public Method Abstract Train Learn the model parameters of the engine from the training data