, including all inherited members.
AddItem(int item_id) (defined in ItemKNN) | ItemKNN | [inline, protected, virtual] |
AddRatings(IRatings ratings) | ItemKNN | [inline, virtual] |
AddUser(int user_id) (defined in IncrementalRatingPredictor) | IncrementalRatingPredictor | [inline, protected, virtual] |
Alpha | KNN | |
baseline_predictor | KNN | [protected] |
BinaryDataMatrix | ItemAttributeKNN | [protected] |
CanPredict(int user_id, int item_id) | Recommender | [inline, virtual] |
Clone() | Recommender | [inline] |
Correlation | KNN | |
correlation_matrix | KNN | [protected] |
data_item | ItemKNN | [protected] |
Entity | ItemKNN | [protected] |
GetItemSimilarity(int item_id1, int item_id2) | ItemKNN | [inline] |
GetMostSimilarItems(int item_id, uint n=10) | ItemKNN | [inline] |
IncrementalRatingPredictor() | IncrementalRatingPredictor | [inline] |
ItemAttributes | ItemAttributeKNN | |
K | KNN | |
LoadModel(string filename) | KNN | [inline, virtual] |
max_rating | RatingPredictor | [protected] |
MaxItemID | Recommender | |
MaxRating | RatingPredictor | |
MaxUserID | Recommender | |
min_rating | RatingPredictor | [protected] |
MinRating | RatingPredictor | |
NumItemAttributes | ItemAttributeKNN | |
NumIter | KNN | |
Predict(int user_id, int item_id) | ItemKNN | [inline] |
ratings | RatingPredictor | [protected] |
Ratings | ItemKNN | |
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) | ItemKNN | [inline, virtual] |
RemoveUser(int user_id) | IncrementalRatingPredictor | [inline, virtual] |
RetrainItem(int item_id) | ItemAttributeKNN | [inline, protected, virtual] |
SaveModel(string filename) | KNN | [inline, virtual] |
ScoreItems(IList< Tuple< int, float >> rated_items, IList< int > candidate_items) | ItemKNN | [inline] |
ToString() | KNN | [inline] |
Train() | KNN | [inline, virtual] |
UpdateItems | IncrementalRatingPredictor | |
UpdateRatings(IRatings ratings) | ItemKNN | [inline, virtual] |
UpdateUsers | IncrementalRatingPredictor | |
WeightedBinary | KNN | |