MyMediaLite
IRecommender.Predict Method (int, int)
Syntax
Collapse All
Predict rating or score for a given user-item combination
Declaring type:
IRecommender
Namespace:
MyMediaLite
Assembly:
MyMediaLite
Syntax
C#
public abstract double Predict ( int
user_id
, int
item_id
)
Parameters
user_id
the user ID
item_id
the item ID
Return Value
the predicted score/rating for the given user-item combination
Top
Generated by
ImmDoc .NET
.