MyMediaLite
ItemPrediction.PredictItems Method (IRecommenderEngine, int, int)
Syntax
Collapse All
predict items for a specific users
Declaring type:
ItemPrediction
Namespace:
MyMediaLite.Eval
Assembly:
MyMediaLite
Syntax
C#
public static int[] PredictItems ( IRecommenderEngine
engine
, int
user_id
, int
max_item_id
)
Parameters
engine
the
IRecommenderEngine
object to use for the predictions
user_id
the user ID
max_item_id
the maximum item ID
Return Value
a list sorted list of item IDs
Top
Generated by
ImmDoc .NET
.