This is the complete list of members for
BPRLinear, including all inherited members.
| CanPredict(int user_id, int item_id) | Recommender | [inline, virtual] |
| Clone() | Recommender | [inline] |
| ComputeObjective() | BPRLinear | [inline] |
| FastSamplingMemoryLimit | BPRLinear | |
| Feedback | ItemRecommender | |
| InitMean | BPRLinear | |
| InitStdev | BPRLinear | |
| ItemAttributes | BPRLinear | |
| Iterate() | BPRLinear | [inline] |
| LearnRate | BPRLinear | |
| LoadModel(string filename) | BPRLinear | [inline] |
| MaxItemID | Recommender | |
| MaxUserID | Recommender | |
| NumItemAttributes | BPRLinear | |
| NumIter | BPRLinear | |
| Predict(int user_id, int item_id) | BPRLinear | [inline] |
| 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 | |
| Regularization | BPRLinear | |
| SampleItemPair(int u, out int i, out int j) | BPRLinear | [inline, protected] |
| SampleTriple(out int u, out int i, out int j) | BPRLinear | [inline, protected] |
| SampleUser() | BPRLinear | [inline, protected] |
| SaveModel(string filename) | BPRLinear | [inline] |
| ToString() | BPRLinear | [inline] |
| Train() | BPRLinear | [inline] |
| UpdateFeatures(int u, int i, int j) | BPRLinear | [inline, protected, virtual] |