Data structure for storing ratings
Namespace: MyMediaLite.Data
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public class Ratings :  ICollection<double>,
IList<double>,
IEnumerable<double>,
IRatings,
IEnumerable
Collapse/Expand Remarks
Small memory overhead for added flexibility. This data structure supports online updates.
Collapse/Expand Members

Click here to see the list of members.