There is no summary.
Name | Description | |
---|---|---|
![]() |
CombinedRatings | Combine two IRatings objects |
![]() |
EntityMapping | Class to map external entity IDs to internal ones to ensure that there are no gaps in the numbering |
![]() |
IdentityMapping | Identity mapping for entity IDs: Every original ID is mapped to itself |
![]() |
PosOnlyFeedback | Data structure for implicit, positive-only user feedback |
![]() |
PosOnlyFeedbackSimpleSplit | simple split for item prediction from implicit feedback |
![]() |
RatingCrossValidationSplit | k-fold split for rating prediction |
![]() |
Ratings | Data structure for storing ratings |
![]() |
RatingsProxy | Data structure that allows access to selected entries of a rating data structure |
![]() |
RatingsSimpleSplit | simple split for rating prediction |
![]() |
RatingsWithDateTime | Rating data structure for ratings with time stamps |
![]() |
RatingType | Represent different numerical types that are used to store the ratings |
![]() |
StaticByteRatings | Array-based storage for rating data. |
![]() |
StaticFloatRatings | Array-based storage for rating data |
![]() |
StaticRatings | Array-based storage for rating data. |
![]() |
StaticRatingsWithDateTime | Rating data structure for ratings with time stamps |
![]() |
WeightedItem | Weighted items class |
Name | Description | |
---|---|---|
![]() |
IEntityMapping | Interface to map external entity IDs to internal ones to ensure that there are no gaps in the numbering |
![]() |
IRatings | Interface for rating datasets |
![]() |
ISplit<T> | Generic dataset splitter interface |