FoldInRatingPredictorExtensions Class Reference

Extension methods for IFoldInRatingPredictor. More...

List of all members.

Static Public Member Functions

static IList< Pair< int, float > > RecommendItems (this IFoldInRatingPredictor recommender, IList< Pair< int, float >> rated_items, int n)
 Recommend top N items, based on a user description by ratings.
static IList< Pair< int, float > > RecommendItems (this IFoldInRatingPredictor recommender, IList< Pair< int, float >> rated_items, IList< int > candidate_items, int n)
 Recommend top N items, based on a user description by ratings.
static IList< Pair< int, float > > ScoreItems (this IFoldInRatingPredictor recommender, IList< Pair< 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<Pair<int, float> > RecommendItems ( this IFoldInRatingPredictor  recommender,
IList< Pair< int, float >>  rated_items,
int  n 
) [inline, static]

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<Pair<int, float> > RecommendItems ( this IFoldInRatingPredictor  recommender,
IList< Pair< int, float >>  rated_items,
IList< int >  candidate_items,
int  n 
) [inline, static]

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<Pair<int, float> > ScoreItems ( this IFoldInRatingPredictor  recommender,
IList< Pair< int, float >>  rated_items 
) [inline, static]

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:
Generated on Thu Apr 5 01:11:35 2012 for MyMediaLite by  doxygen 1.6.3