Package org.mymedialite

Defines interfaces for different classes of recommender, models and similarity providers.

See:
          Description

Interface Summary
IItemAttributeAwareRecommender Interface for recommenders that take binary item attributes into account
IItemRelationAwareRecommender Interface for recommenders that take a binary relation over items into account
IItemSimilarityProvider Interface for classes that provide item similarities.
IIterativeModel Interface representing iteratively trained models.
IRecommender Generic interface for simple recommenders.
IUserAttributeAwareRecommender Interface for recommenders that take binary user attributes into account
IUserRelationAwareRecommender Interface for recommenders that take a binary relation over users into account
IUserSimilarityProvider Interface for classes that provide user similarities.
 

Package org.mymedialite Description

Defines interfaces for different classes of recommender, models and similarity providers.