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