MyMediaLite
3.10
|
This is the complete list of members for BPRLinear, including all inherited members.
CanPredict(int user_id, int item_id) | Recommender | inlinevirtual |
Clone() | Recommender | inline |
ComputeObjective() | BPRLinear | inline |
Feedback | ItemRecommender | |
InitMean | BPRLinear | |
InitStdev | BPRLinear | |
ItemAttributes (defined in BPRLinear) | BPRLinear | |
Iterate() | BPRLinear | inline |
LearnRate | BPRLinear | |
LoadModel(string filename) | BPRLinear | inline |
MaxItemID | Recommender | |
MaxUserID | Recommender | |
NumItemAttributes (defined in BPRLinear) | 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 | inlinevirtual |
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 | inlineprotected |
SampleTriple(out int u, out int i, out int j) | BPRLinear | inlineprotected |
SampleUser() | BPRLinear | inlineprotected |
SaveModel(string filename) | BPRLinear | inline |
ToString() | BPRLinear | inline |
Train() | BPRLinear | inline |
UpdateFeatures(int u, int i, int j) | BPRLinear | inlineprotectedvirtual |