Directly access rating by user and item
Declaring type: IRatings
Namespace: MyMediaLite.Data
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public abstract double Get (
        int user_id,
        int item_id,
        ICollection<int> indexes
) 
Parameters
user_id
the user ID
item_id
the item ID
indexes
the indexes to look at
Return Value
the first rating encountered that matches the user ID and item ID