MyMediaLite
Ratings.FindRating Method (int, int)
Syntax
Collapse All
Find a rating for a given user and item
Declaring type:
Ratings
Namespace:
MyMediaLite.Data
Assembly:
MyMediaLite
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 item
Return Value
the rating event corresponding to the given user and item, null if such a rating does not exist
Top
Generated by
ImmDoc .NET
.