This is the complete list of members for
Constant, including all inherited members.
AddItem(int item_id) (defined in IncrementalRatingPredictor) | IncrementalRatingPredictor | [inline, protected, virtual] |
AddRatings(IRatings new_ratings) | IncrementalRatingPredictor | [inline, virtual] |
AddUser(int user_id) (defined in IncrementalRatingPredictor) | IncrementalRatingPredictor | [inline, protected, virtual] |
CanPredict(int user_id, int item_id) | Constant | [inline, virtual] |
Clone() | Recommender | [inline] |
Constant() | Constant | [inline] |
ConstantRating | Constant | |
IncrementalRatingPredictor() | IncrementalRatingPredictor | [inline] |
LoadModel(string filename) | Constant | [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) | Constant | [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) | IncrementalRatingPredictor | [inline, virtual] |
RemoveRatings(IDataSet ratings_to_delete) | IncrementalRatingPredictor | [inline, virtual] |
RemoveUser(int user_id) | IncrementalRatingPredictor | [inline, virtual] |
SaveModel(string filename) | Constant | [inline, virtual] |
ToString() | Constant | [inline] |
Train() | Constant | [inline, virtual] |
UpdateItems | IncrementalRatingPredictor | |
UpdateRatings(IRatings new_ratings) | IncrementalRatingPredictor | [inline, virtual] |
UpdateUsers | IncrementalRatingPredictor | |