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