CanPredict(int user_id, int item_id) | RatingPredictor | [inline, virtual] |
Clone() | RatingPredictor | [inline] |
entity_averages | EntityAverage | [protected] |
global_average | EntityAverage | [protected] |
LoadModel(string filename) | EntityAverage | [inline, virtual] |
max_rating | RatingPredictor | [protected] |
MaxItemID | RatingPredictor | |
MaxRating | RatingPredictor | |
MaxUserID | RatingPredictor | |
min_rating | RatingPredictor | [protected] |
MinRating | RatingPredictor | |
Predict(int user_id, int item_id) | RatingPredictor | [pure virtual] |
RatingPredictor() | RatingPredictor | [inline] |
ratings | RatingPredictor | [protected] |
Ratings | RatingPredictor | |
SaveModel(string filename) | EntityAverage | [inline, virtual] |
this | EntityAverage | |
ToString() | RatingPredictor | [inline] |
Train(IList< int > entity_ids, int max_entity_id) | EntityAverage | [inline, protected] |
MyMediaLite::RatingPrediction::RatingPredictor::Train() | RatingPredictor | [pure virtual] |
UpdateItems | RatingPredictor | |
UpdateUsers | RatingPredictor |