This is the complete list of members for
KNN, 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] |
Alpha | KNN | |
baseline_predictor | KNN | [protected] |
BinaryDataMatrix | KNN | [protected] |
CanPredict(int user_id, int item_id) | Recommender | [inline, virtual] |
Clone() | Recommender | [inline] |
Correlation | KNN | |
correlation_matrix | KNN | [protected] |
Entity | KNN | [protected] |
IncrementalRatingPredictor() | IncrementalRatingPredictor | [inline] |
K | KNN | |
LoadModel(string filename) | KNN | [inline, virtual] |
max_rating | RatingPredictor | [protected] |
MaxItemID | Recommender | |
MaxRating | RatingPredictor | |
MaxUserID | Recommender | |
min_rating | RatingPredictor | [protected] |
MinRating | RatingPredictor | |
NumIter | KNN | |
Predict(int user_id, int item_id) | Recommender | [pure virtual] |
ratings | RatingPredictor | [protected] |
Ratings | KNN | |
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 | |
RegI | KNN | |
RegU | KNN | |
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) | KNN | [inline, virtual] |
ToString() | KNN | [inline] |
Train() | KNN | [inline, virtual] |
UpdateItems | IncrementalRatingPredictor | |
UpdateRatings(IRatings new_ratings) | IncrementalRatingPredictor | [inline, virtual] |
UpdateUsers | IncrementalRatingPredictor | |
WeightedBinary | KNN | |