Predict items for a given user
Declaring type: ItemPrediction
Namespace: MyMediaLite.Eval
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static int[] PredictItems (
        IRecommenderEngine engine,
        int user_id,
        ICollection<int> relevant_items
) 
Parameters
engine
the recommender engine to use
user_id
the numerical ID of the user
relevant_items
a collection of numerical IDs of relevant items
Return Value
an ordered list of items, the most likely item first