MyMediaLite
3.02
|
A simple Condorcet-style voting mechanism. More...
Public Member Functions | |
PairwiseWins (IRecommender recommender) | |
override IList< int > | RankItems (ICollection< int > users, ICollection< int > items) |
Rank items for a given group of users. | |
Protected Attributes | |
IRecommender | recommender |
The underlying recommender that produces the user-wise item scores. |
A simple Condorcet-style voting mechanism.
runtime complexity O(|U| |I|^2)
override IList<int> RankItems | ( | ICollection< int > | users, |
ICollection< int > | items | ||
) | [inline, virtual] |
Rank items for a given group of users.
users | the users |
items | the items to be ranked |
Implements GroupRecommender.
IRecommender recommender [protected, inherited] |
The underlying recommender that produces the user-wise item scores.