Sample another item, given the first one and the user
Declaring type: BPRMF
Namespace: MyMediaLite.ItemRecommender
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
protected virtual bool SampleOtherItem (
        int u,
        int i,
        out int j
) 
Parameters
u
the user ID
i
the ID of the given item
j
the ID of the other item
Return Value
true if the given item was already seen by user u