Save the model parameters of a recommender engine to a file
Declaring type: Engine
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static void SaveModel (
        IRecommenderEngine engine,
        string filename
) 
Parameters
engine
the engine to store
filename
the filename (may include relative paths)
Collapse/Expand Remarks
Does not save if file is an empty string