MyMediaLite
IRatings.Add Method (int, int, float)
Syntax
Collapse All
Add float-valued rating to the collection
Declaring type:
IRatings
Namespace:
MyMediaLite.Data
Assembly:
MyMediaLite
Syntax
C#
public abstract void Add ( int
user_id
, int
item_id
, float
rating
)
Parameters
user_id
the user ID
item_id
the item ID
rating
the rating
Top
Generated by
ImmDoc .NET
.