, including all inherited members.
| AddFeedback(ICollection< Tuple< int, int >> feedback) | IncrementalItemRecommender | [inline, virtual] |
| AddItem(int item_id) (defined in BPRSLIM) | BPRSLIM | [inline, protected, virtual] |
| AddUser(int user_id) (defined in BPRSLIM) | BPRSLIM | [inline, protected, virtual] |
| BPRSLIM() | BPRSLIM | [inline] |
| CanPredict(int user_id, int item_id) | Recommender | [inline, virtual] |
| CheckSampling() (defined in BPRSLIM) | BPRSLIM | [inline, protected] |
| Clone() | Recommender | [inline] |
| ComputeObjective() | BPRSLIM | [inline, virtual] |
| fast_sampling | BPRSLIM | [protected] |
| fast_sampling_memory_limit | BPRSLIM | [protected] |
| FastSamplingMemoryLimit | BPRSLIM | |
| Feedback | ItemRecommender | |
| InitMean | SLIM | |
| InitModel() (defined in BPRSLIM) | BPRSLIM | [inline, protected, virtual] |
| InitStdDev | SLIM | |
| item_weights | SLIM | [protected] |
| itemKNN | SLIM | [protected] |
| Iterate() | BPRSLIM | [inline, virtual] |
| learn_rate | BPRSLIM | [protected] |
| LearnRate | BPRSLIM | |
| LoadModel(string file) | BPRSLIM | [inline, virtual] |
| MaxItemID | Recommender | |
| MaxUserID | Recommender | |
| NumIter | SLIM | |
| Predict(int user_id, int item_id) | SLIM | [inline, virtual] |
| PredictWithDifference(int user_id, int pos_item_id, int neg_item_id) (defined in BPRSLIM) | BPRSLIM | [inline] |
| random | BPRSLIM | [protected] |
| 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 | |
| reg_i | BPRSLIM | [protected] |
| reg_j | BPRSLIM | [protected] |
| RegI | BPRSLIM | |
| RegJ | BPRSLIM | |
| RemoveFeedback(ICollection< Tuple< int, int >> feedback) | IncrementalItemRecommender | [inline, virtual] |
| RemoveItem(int item_id) | BPRSLIM | [inline, virtual] |
| RemoveUser(int user_id) | BPRSLIM | [inline, virtual] |
| RetrainItem(int item_id) | BPRSLIM | [inline, protected, virtual] |
| SampleItemPair(int u, out int i, out int j) | BPRSLIM | [inline, protected, virtual] |
| SampleOtherItem(int u, int i, out int j) | BPRSLIM | [inline, protected, virtual] |
| SampleTriple(out int u, out int i, out int j) | BPRSLIM | [inline, protected, virtual] |
| SampleUser() | BPRSLIM | [inline, protected, virtual] |
| SaveModel(string file) | BPRSLIM | [inline, virtual] |
| SLIM() | SLIM | [inline] |
| ToString() | BPRSLIM | [inline] |
| Train() | BPRSLIM | [inline, virtual] |
| UniformUserSampling | BPRSLIM | |
| update_j | BPRSLIM | [protected] |
| UpdateFactors(int u, int i, int j, bool update_u, bool update_i, bool update_j) | BPRSLIM | [inline, protected, virtual] |
| UpdateItems | IncrementalItemRecommender | |
| UpdateJ | BPRSLIM | |
| UpdateUsers | IncrementalItemRecommender | |
| user_neg_items | BPRSLIM | [protected] |
| user_pos_items | BPRSLIM | [protected] |
| WithReplacement | BPRSLIM | |