Data storage for rating data
Declaring type: RatingData
Namespace: MyMediaLite.Data
Assembly: MyMediaLite
Collapse/Expand Public Constructors
  Name Description
Public Method RatingData

There is no summary.

Collapse/Expand Public Methods
  Name Description
Public Method AddItem Add an item - reserve resources for a new item
Public Method AddRating Add a rating event to the collection
Public Method AddUser Add a user - reserve resources for a new user
Public Method FindRating Find the rating value for a given user and item
Public Method GetEnumerator Returns an enumerator for use in foreach loops
Public Method RemoveItem Remove an item and all its ratings from the collection
Public Method RemoveRating Remove a rating from the collection
Public Method RemoveUser Remove a user and all their ratings from the collection
Public Method Shuffle Shuffle the order of the rating events
Collapse/Expand Public Properties
  Name Description
Public Property All All ratings
Public Property Average Average rating value in the collection
Public Property ByItem Ratings by item
Public Property ByUser Ratings by user
Public Property Count The number of ratings in the collection
Public Property MaxItemID The maximum item ID in the ratings
Public Property MaxUserID The maximum user ID in the ratings