Read in implicit feedback data from a TextReader
Declaring type: ItemRecommendation
Namespace: MyMediaLite.IO
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static PosOnlyFeedback Read (
        TextReader reader,
        EntityMapping user_mapping,
        EntityMapping item_mapping
) 
Parameters
reader
the TextReader to be read from
user_mapping
user EntityMapping object
item_mapping
item EntityMapping object
Return Value
a PosOnlyFeedback object with the user-wise collaborative data