MyMediaLite  3.08
Properties
INeedsMappings Interface Reference

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...

Inheritance diagram for INeedsMappings:
ExternalItemRecommender ExternalRatingPredictor

List of all members.

Properties

IMapping ItemMapping [get, set]
 the item mapping
IMapping UserMapping [get, set]
 the user mapping

Detailed Description

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.


Property Documentation

IMapping ItemMapping [get, set]

the item mapping

Implemented in ExternalItemRecommender, and ExternalRatingPredictor.

IMapping UserMapping [get, set]

the user mapping

Implemented in ExternalItemRecommender, and ExternalRatingPredictor.


The documentation for this interface was generated from the following file: