|
MyMediaLite
3.04
|
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 GroupRecommender, PairwiseWins, WeightedAverage, Average, Maximum, and Minimum.
1.7.6.1