MyMediaLite
IRatings.Get Method (int, int)
Syntax
Collapse All
Directly access rating by user and item
Declaring type:
IRatings
Namespace:
MyMediaLite.Data
Assembly:
MyMediaLite
Syntax
C#
public abstract double Get ( int
user_id
, int
item_id
)
Parameters
user_id
the user ID
item_id
the item ID
Return Value
the first found rating of the given item by the given user
Top
Generated by
ImmDoc .NET
.