MyMediaLite  3.11
Properties | List of all members
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

Properties

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

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
getset

the item mapping

IMapping UserMapping
getset

the user mapping


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