MyMediaLite
Recommender.SaveModel Method (IRecommender, string, int)
Syntax
Collapse All
Save the model parameters of a recommender (in a given iteration of the training) to a file
Declaring type:
Recommender
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
Syntax
C#
public static void SaveModel ( IRecommender
recommender
, string
filename
, int
iteration
)
Parameters
recommender
the
IRecommender
to save
filename
the filename template
iteration
the iteration (will be appended to the filename)
Top
Generated by
ImmDoc .NET
.