RatingPrediction Class Reference

Class that contains static methods for rating prediction. More...

List of all members.

Static Public Member Functions

static void WritePredictions (IRatingPredictor recommender, IRatings ratings, IEntityMapping user_mapping, IEntityMapping item_mapping, string filename)
 Rates a given set of instances.
static void WritePredictions (IRatingPredictor recommender, IRatings ratings, IEntityMapping user_mapping, IEntityMapping item_mapping, TextWriter writer)
 Rates a given set of instances.

Detailed Description

Class that contains static methods for rating prediction.


Member Function Documentation

static void WritePredictions ( IRatingPredictor  recommender,
IRatings  ratings,
IEntityMapping  user_mapping,
IEntityMapping  item_mapping,
string  filename 
) [static]

Rates a given set of instances.

Parameters:
recommender rating predictor
ratings test cases
user_mapping an EntityMapping object for the user IDs
item_mapping an EntityMapping object for the item IDs
filename the name of the file to write the predictions to
static void WritePredictions ( IRatingPredictor  recommender,
IRatings  ratings,
IEntityMapping  user_mapping,
IEntityMapping  item_mapping,
TextWriter  writer 
) [static]

Rates a given set of instances.

Parameters:
recommender rating predictor
ratings test cases
user_mapping an EntityMapping object for the user IDs
item_mapping an EntityMapping object for the item IDs
writer the TextWriter to write the predictions to

The documentation for this class was generated from the following file:
Generated on Wed Jun 22 20:55:51 2011 for MyMediaLite by  doxygen 1.6.3