Class representing a collection of ratings in a particular order
Declaring type: Ratings
Namespace: MyMediaLite.Data
Assembly: MyMediaLite
Collapse/Expand Public Constructors
  Name Description
Public Method Ratings

There is no summary.

Collapse/Expand Public Methods
  Name Description
Public Method AddRating Add a rating event to the collection.
Public Method FindRating Find a rating for a given user and item
Public Method GetEnumerator

There is no summary.

Public Method GetItems Get the items in the rating collection
Public Method GetUsers Get the users in the rating collection
Public Method RemoveRating Remove a rating from the collection.
Public Method Shuffle Shuffle the order of the rating events
Collapse/Expand Public Properties
  Name Description
Public Property Average Average rating value in the collection
Public Property Count Number of ratings in the collection
Public Property Item Access an event in the collection directly via an index