Helper methods for ITransductiveRatingPredictor.
More...
List of all members.
Detailed Description
Member Function Documentation
Compute the number of feedback events per item.
- Returns:
- number of feedback events in both the training and tests data sets, per item
- Parameters:
-
recommender | the recommender to get the data from |
For each user, get the items they rated, both from the training and the test data.
- Returns:
- array of array of item IDs
- Parameters:
-
recommender | the recommender to retrieve the data from |
Compute the number of feedback events per user.
- Returns:
- number of feedback events in both the training and tests data sets, per user
- Parameters:
-
recommender | the recommender to get the data from |
For each item, get the users who rated it, both from the training and the test data.
- Returns:
- array of array of user IDs
- Parameters:
-
recommender | the recommender to retrieve the data from |
The documentation for this class was generated from the following file:
- ITransductiveRatingPredictor.cs