Create a RatingEvent object from given data
Declaring type: RatingEvent
Namespace: MyMediaLite.Data
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public RatingEvent (
        int user_id,
        int item_id,
        double rating
) 
Parameters
user_id
the user ID
item_id
the item ID
rating
the rating value