There is no summary.

Assembly: MyMediaLite
Collapse/Expand Public Classes
  Name Description
Public Class AttributeData Class that offers static methods to read (binary) attribute data into SparseBooleanMatrix objects
Public Class ItemRecommenderData Class that contains static methods for reading in implicit feedback data for ItemRecommender engines
Public Class RatingPredictionData Class that offers static methods for reading in rating data
Public Class RelationData Class that offers static methods to read (binary) relation over entities into SparseBooleanMatrix objects. The expected (sparse) line format is: ENTITY_ID whitespace ENTITY_ID for the relations that hold.