MyMediaLite
RatingEvent Constructor (int, int, double)
Syntax
Collapse All
Create a RatingEvent object from given data
Declaring type:
RatingEvent
Namespace:
MyMediaLite.Data
Assembly:
MyMediaLite
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
Top
Generated by
ImmDoc .NET
.