Check whether a useful prediction can be made for a given user-item combination
Declaring type: IRecommender
Namespace: MyMediaLite
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public abstract bool CanPredict (
        int user_id,
        int item_id
) 
Parameters
user_id
the user ID
item_id
the item ID
Return Value
true if a useful prediction can be made, false otherwise