MyMediaLite
IRatings.Item Property (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 this [ int
user_id
, int
item_id
] { get; }
Parameters
user_id
the user ID
item_id
the item ID
Property Value
There is no description.
Top
Generated by
ImmDoc .NET
.