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