Sample a triple for BPR learning
Declaring type: BPRMF
Namespace: MyMediaLite.ItemRecommender
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
protected void SampleTriple (
        out 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