predict items for a specific users
Declaring type: ItemPrediction
Namespace: MyMediaLite.Eval
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static int[] PredictItems (
        IRecommenderEngine engine,
        int user_id,
        int max_item_id
) 
Parameters
engine
the IRecommenderEngine object to use for the predictions
user_id
the user ID
max_item_id
the maximum item ID
Return Value
a list sorted list of item IDs