| AddRating(int user_id, int item_id, double rating) (defined in IRatingPredictor) | IRatingPredictor | |
| CanPredict(int user_id, int item_id) | IRecommender | |
| LoadModel(string filename) | IRecommender | |
| MaxRating | IRatingPredictor | |
| MinRating | IRatingPredictor | |
| Predict(int user_id, int item_id) | IRecommender | |
| RemoveItem(int item_id) (defined in IRatingPredictor) | IRatingPredictor | |
| RemoveRating(int user_id, int item_id) (defined in IRatingPredictor) | IRatingPredictor | |
| RemoveUser(int user_id) (defined in IRatingPredictor) | IRatingPredictor | |
| SaveModel(string filename) | IRecommender | |
| ToString() | IRecommender | |
| Train() | IRecommender | |
| UpdateRating(int user_id, int item_id, double rating) (defined in IRatingPredictor) | IRatingPredictor |
1.6.3