Predict the rating of a given user for a given item.
If the user or the item are not known to the engine, a suitable average rating is returned.
To avoid this behavior for unknown entities, use CanPredict() to check before.
C# |
---|
public override double Predict (
int user_id,
int item_id
) |