MyMediaLite
IRecommender.CanPredict Method (int, int)
Syntax
Collapse All
Check whether a useful prediction can be made for a given user-item combination
Declaring type:
IRecommender
Namespace:
MyMediaLite
Assembly:
MyMediaLite
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
Top
Generated by
ImmDoc .NET
.