Extension methods for IFoldInRatingPredictor
More...
Static Public Member Functions |
| static IList< Tuple< int, float > > | RecommendItems (this IFoldInRatingPredictor recommender, IList< Tuple< int, float >> rated_items, IList< int > candidate_items, int n) |
| | Recommend top N items, based on a user description by ratings
|
| static IList< Tuple< int, float > > | RecommendItems (this IFoldInRatingPredictor recommender, IList< Tuple< int, float >> rated_items, int n) |
| | Recommend top N items, based on a user description by ratings
|
| static IList< Tuple< int, float > > | ScoreItems (this IFoldInRatingPredictor recommender, IList< Tuple< int, float >> rated_items) |
| | Recommend top N items, based on a user description by ratings
|
Detailed Description
Extension methods for IFoldInRatingPredictor
Member Function Documentation
| static IList<Tuple<int, float> > RecommendItems |
( |
this IFoldInRatingPredictor |
recommender, |
|
|
IList< Tuple< int, float >> |
rated_items, |
|
|
IList< int > |
candidate_items, |
|
|
int |
n |
|
) |
| |
|
inlinestatic |
Recommend top N items, based on a user description by ratings
- Returns
- a list of item IDs with scores
- Parameters
-
| recommender | the IFoldInRatingPredictor recommender |
| rated_items | a list of item IDs and ratings describing the user |
| candidate_items | the recommendation candidates |
| n | the number of items to recommend |
| static IList<Tuple<int, float> > RecommendItems |
( |
this IFoldInRatingPredictor |
recommender, |
|
|
IList< Tuple< int, float >> |
rated_items, |
|
|
int |
n |
|
) |
| |
|
inlinestatic |
Recommend top N items, based on a user description by ratings
- Returns
- a list of item IDs with scores
- Parameters
-
| recommender | the IFoldInRatingPredictor recommender |
| rated_items | a list of item IDs and ratings describing the user |
| n | the number of items to recommend |
| static IList<Tuple<int, float> > ScoreItems |
( |
this IFoldInRatingPredictor |
recommender, |
|
|
IList< Tuple< int, float >> |
rated_items |
|
) |
| |
|
inlinestatic |
Recommend top N items, based on a user description by ratings
- Returns
- a list of item IDs with scores
- Parameters
-
| recommender | the IFoldInRatingPredictor recommender |
| rated_items | a list of item IDs and ratings describing the user |
The documentation for this class was generated from the following file:
- FoldInRatingPredictorExtensions.cs