MyMediaLite
RatingData.FindRating Method (int, int)
Syntax
Collapse All
Find the rating value for a given user and item
Declaring type:
RatingData
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 user
Return Value
the rating event corresponding to the given user and item, null if it is not found
Top
Generated by
ImmDoc .NET
.