Sample a pair of items, given a user
Declaring type: BPR_Linear
Namespace: MyMediaLite.ItemRecommendation
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
protected void SampleItemPair (
        int u,
        out int i,
        out int j
) 
Parameters
u
the user ID
i
the ID of the first item
j
the ID of the second item