Data storage for rating data
Namespace: MyMediaLite.Data
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public class RatingData  
Collapse/Expand Remarks
The rating events are accessible in user-wise, item-wise and unsorted triple-wise order. In order to save memory, the object initially stores only the unsorted ratings. If at some point user or item-wise access is needed, the underlying data structures are transparently created on-the-fly.
Collapse/Expand Members

Click here to see the list of members.