This is the complete list of members for
WRMF, including all inherited members.
| AddFeedback(ICollection< Tuple< int, int >> feedback) | MF | [inline, virtual] |
| AddItem(int item_id) (defined in MF) | MF | [inline, protected, virtual] |
| AddUser(int user_id) (defined in MF) | MF | [inline, protected, virtual] |
| Alpha | WRMF | |
| CanPredict(int user_id, int item_id) | Recommender | [inline, virtual] |
| Clone() | Recommender | [inline] |
| ComputeObjective() | WRMF | [inline, virtual] |
| Feedback | ItemRecommender | |
| InitMean | MF | |
| InitModel() (defined in MF) | MF | [inline, protected, virtual] |
| InitStdDev | MF | |
| item_factors | MF | [protected] |
| Iterate() | WRMF | [inline, virtual] |
| LoadModel(string file) | MF | [inline, virtual] |
| MaxItemID | Recommender | |
| MaxUserID | Recommender | |
| MF() | MF | [inline] |
| num_factors | MF | [protected] |
| NumFactors | MF | |
| NumIter | MF | |
| Optimize(IBooleanMatrix data, Matrix< float > W, Matrix< float > H) | WRMF | [inline, protected, virtual] |
| Predict(int user_id, int item_id) | MF | [inline, virtual] |
| 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 | WRMF | |
| RemoveFeedback(ICollection< Tuple< int, int >> feedback) | MF | [inline, virtual] |
| RemoveItem(int item_id) | MF | [inline, virtual] |
| RemoveUser(int user_id) | MF | [inline, virtual] |
| RetrainItem(int item_id) | WRMF | [inline, protected, virtual] |
| RetrainUser(int user_id) | WRMF | [inline, protected, virtual] |
| SaveModel(string file) | MF | [inline, virtual] |
| ToString() | WRMF | [inline] |
| Train() | MF | [inline, virtual] |
| UpdateItems | IncrementalItemRecommender | |
| UpdateUsers | IncrementalItemRecommender | |
| user_factors | MF | [protected] |
| WRMF() (defined in WRMF) | WRMF | [inline] |