Configure a recommender engine
Declaring type: Engine
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static T Configure<T> (
        T engine,
        Dictionary<string, string> parameters,
        Engine.takes_string report_error
) 
Type Parameters
T

There is no description.

Parameters
engine
the recommender engine to configure
parameters
a dictionary containing the parameters as key-value pairs
report_error
void function that takes a string for error reporting
Return Value
the configured recommender engine