Interface for group recommenders. More...
Public Member Functions | |
IList< int > | RankItems (ICollection< int > users, ICollection< int > items) |
Rank items for a given group of users. |
Interface for group recommenders.
IList<int> RankItems | ( | ICollection< int > | users, | |
ICollection< int > | items | |||
) |
Rank items for a given group of users.
users | the users | |
items | the items to be ranked |
Implemented in Average, GroupRecommender, Maximum, Minimum, PairwiseWins, and WeightedAverage.