There is no summary.

Assembly: MyMediaLite
Collapse/Expand Public Classes
  Name Description
Public Class EntityMapping Class to map external entity IDs to internal ones to ensure that there are no gaps in the numbering
Public Class RatingCrossValidationSplit k-fold split for rating prediction
Public Class RatingData Data storage for rating data
Public Class RatingEvent Representation of a rating event, consisting of a user ID, an item ID, and the value of the rating.
Public Class Ratings Class representing a collection of ratings in a particular order
Collapse/Expand Public Interfaces
  Name Description
Public Interface ISplit<T> Generic dataset splitter interface