Inits the recommender model
Declaring type: RatingPredictor
Namespace: MyMediaLite.RatingPrediction
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
protected virtual void InitModel ()
Collapse/Expand Remarks
This method is called by the Train() method. When overriding, please call base.InitModel() to get the functions performed in the base class.