Helper class with utility methods for handling recommenders
Declaring type: Recommender
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Public Delegates
  Name Description
Public Delegate takes_string Delegate definition necessary to define ConfigureEngine
Collapse/Expand Public Constructors
  Name Description
Public Method Recommender

There is no summary.

Collapse/Expand Public Methods
  Name Description
Public Method Static Configure<T> Overloaded. Configure a recommender engine
Public Method Static CreateItemRecommender Overloaded. Create an item recommender engine from the type name
Public Method Static CreateRatingPredictor Overloaded. Create a rating prediction engine from the type name
Public Method Static GetReader Get a reader object to read in model parameters of a recommender
Public Method Static GetWriter Get a writer object to save the model parameters of a recommender engine
Public Method Static List List all recommender engines in a given namespace
Public Method Static LoadModel Load the model parameters of a recommender (in a given iteration of the training) from a file
Public Method Static Needs Describes the kind of data needed by this engine
Public Method Static SaveModel Overloaded. Save the model parameters of a recommender to a file
Public Method Static SetProperty Sets a property of a MyMediaLite recommender engine