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