MyMediaLite
MF.Predict Method (int, int)
Syntax
Remarks
Collapse All
Predict the weight for a given user-item combination.
Declaring type:
MF
Namespace:
MyMediaLite.ItemRecommender
Assembly:
MyMediaLite
Syntax
C#
public override double Predict ( int
user_id
, int
item_id
)
Parameters
user_id
the user ID
item_id
the item ID
Return Value
the predicted weight
Top
Remarks
If the user or the item are not known to the engine, zero is returned. To avoid this behavior for unknown entities, use CanPredict() to check before.
Top
Generated by
ImmDoc .NET
.