This is the complete list of members for
ItemAverage, including all inherited members.
| AddItem(int item_id) (defined in ItemAverage) | ItemAverage | [inline, protected, virtual] |
| AddRatings(IRatings ratings) | ItemAverage | [inline, virtual] |
| AddUser(int user_id) (defined in IncrementalRatingPredictor) | IncrementalRatingPredictor | [inline, protected, virtual] |
| CanPredict(int user_id, int item_id) | ItemAverage | [inline, virtual] |
| Clone() | Recommender | [inline] |
| entity_averages | EntityAverage | [protected] |
| global_average | EntityAverage | [protected] |
| IncrementalRatingPredictor() | IncrementalRatingPredictor | [inline] |
| LoadModel(string filename) | EntityAverage | [inline, virtual] |
| max_rating | RatingPredictor | [protected] |
| MaxItemID | Recommender | |
| MaxRating | RatingPredictor | |
| MaxUserID | Recommender | |
| min_rating | RatingPredictor | [protected] |
| MinRating | RatingPredictor | |
| Predict(int user_id, int item_id) | ItemAverage | [inline, virtual] |
| ratings | RatingPredictor | [protected] |
| Ratings | RatingPredictor | |
| Recommend(int user_id, int n=-1, System.Collections.Generic.ICollection< int > ignore_items=null, System.Collections.Generic.ICollection< int > candidate_items=null) (defined in Recommender) | Recommender | [inline, virtual] |
| MyMediaLite::IRecommender.Recommend(int user_id, int n=-1, ICollection< int > ignore_items=null, ICollection< int > candidate_items=null) | IRecommender | |
| RemoveItem(int item_id) | ItemAverage | [inline, virtual] |
| RemoveRatings(IDataSet ratings) | ItemAverage | [inline, virtual] |
| RemoveUser(int user_id) | IncrementalRatingPredictor | [inline, virtual] |
| Retrain(int entity_id, IList< int > indices) | EntityAverage | [inline, protected] |
| SaveModel(string filename) | EntityAverage | [inline, virtual] |
| this[int index] | EntityAverage | |
| ToString() | Recommender | [inline] |
| Train() | ItemAverage | [inline, virtual] |
| MyMediaLite::RatingPrediction::EntityAverage.Train(IList< int > entity_ids, int max_entity_id) | EntityAverage | [inline, protected] |
| UpdateItems | IncrementalRatingPredictor | |
| UpdateRatings(IRatings ratings) | ItemAverage | [inline, virtual] |
| UpdateUsers | IncrementalRatingPredictor | |