MyMediaLite
3.07
|
Interface for classes that need user and item ID mappings, e.g. for recommenders that read data from external sources and thus need to know which IDs are used externally. More...
Properties | |
IMapping | ItemMapping [get, set] |
the item mapping | |
IMapping | UserMapping [get, set] |
the user mapping |
Interface for classes that need user and item ID mappings, e.g. for recommenders that read data from external sources and thus need to know which IDs are used externally.
IMapping ItemMapping [get, set] |
the item mapping
Implemented in ExternalItemRecommender, and ExternalRatingPredictor.
IMapping UserMapping [get, set] |
the user mapping
Implemented in ExternalItemRecommender, and ExternalRatingPredictor.