This is the complete list of members for
ItemAttributeKNN, including all inherited members.
| Alpha | KNN | |
| CanPredict(int user_id, int item_id) | Recommender | [inline, virtual] |
| Clone() | Recommender | [inline] |
| correlation | KNN | [protected] |
| Correlation | KNN | |
| DataMatrix | ItemAttributeKNN | [protected] |
| Feedback | ItemRecommender | |
| GetItemSimilarity(int item_id1, int item_id2) | ItemKNN | [inline] |
| GetMostSimilarItems(int item_id, uint n=10) | ItemKNN | [inline] |
| ItemAttributes | ItemAttributeKNN | |
| K | KNN | |
| k | KNN | [protected] |
| KNN() | KNN | [inline] |
| LoadModel(string filename) | KNN | [inline, virtual] |
| MaxItemID | Recommender | |
| MaxUserID | Recommender | |
| nearest_neighbors | KNN | [protected] |
| NumItemAttributes | ItemAttributeKNN | |
| Predict(int user_id, int item_id) | ItemKNN | [inline, virtual] |
| Q | 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 | |
| SaveModel(string filename) | KNN | [inline, virtual] |
| ToString() | KNN | [inline] |
| Train() | ItemKNN | [inline, virtual] |
| Weighted | KNN | |