This is the complete list of members for
TimeAwareRatingPredictor, including all inherited members.
CanPredict(int user_id, int item_id) | Recommender | [inline, virtual] |
Clone() | Recommender | [inline] |
LoadModel(string file) | Recommender | [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, DateTime time) | TimeAwareRatingPredictor | [pure virtual] |
MyMediaLite::RatingPrediction::RatingPredictor.Predict(int user_id, int item_id) | Recommender | [pure virtual] |
ratings | RatingPredictor | [protected] |
Ratings | TimeAwareRatingPredictor | |
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 | |
SaveModel(string file) | Recommender | [inline, virtual] |
timed_ratings | TimeAwareRatingPredictor | [protected] |
TimedRatings | TimeAwareRatingPredictor | |
ToString() | Recommender | [inline] |
Train() | Recommender | [pure virtual] |