Create a rating prediction engine from the type name
Declaring type: Recommender
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static RatingPredictor CreateRatingPredictor (
        string typename
) 
Parameters
typename
a string containing the type name
Return Value
a rating recommender object of type typename if the engine type is found, null otherwise