MyMediaLite
Engine.GetWriter Method (string, Type)
Syntax
Collapse All
Get a writer object to save the model parameters of a recommender engine
Declaring type:
Engine
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
Syntax
C#
public static StreamWriter GetWriter ( string
filename
, Type
engine_type
)
Parameters
filename
the filename of the model file
engine_type
the engine type
Return Value
a
System.IO.StreamWriter
Top
Generated by
ImmDoc .NET
.