Predict rating or score for a given user-item combination
Declaring type: IRecommenderEngine
Namespace: MyMediaLite
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public abstract double Predict (
        int user_id,
        int item_id
) 
Parameters
user_id
the user ID
item_id
the item ID
Return Value
the predicted score/rating for the given user-item combination