MyMediaLite  3.11
Static Public Member Functions | List of all members
FoldInRatingPredictorExtensions Class Reference

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 More...
 
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 More...
 
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 More...
 

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
recommenderthe IFoldInRatingPredictor recommender
rated_itemsa list of item IDs and ratings describing the user
candidate_itemsthe recommendation candidates
nthe 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
recommenderthe IFoldInRatingPredictor recommender
rated_itemsa list of item IDs and ratings describing the user
nthe 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
recommenderthe IFoldInRatingPredictor recommender
rated_itemsa list of item IDs and ratings describing the user

The documentation for this class was generated from the following file: