Find the rating value for a given user and item
Declaring type: RatingData
Namespace: MyMediaLite.Data
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public RatingEvent FindRating (
        int user_id,
        int item_id
) 
Parameters
user_id
the numerical ID of the user
item_id
the numerical ID of the user
Return Value
the rating event corresponding to the given user and item, null if it is not found