Get a reader object to read in model parameters of a recommender engine
Declaring type: Engine
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static StreamReader GetReader (
        string filename,
        Type engine_type
) 
Parameters
filename
the filename of the model file
engine_type
the expected engine type
Return Value
a System.IO.StreamReader