, including all inherited members.
AddFeedback(ICollection< Tuple< int, int >> feedback) | IncrementalItemRecommender | [inline, virtual] |
AddItem(int item_id) (defined in LeastSquareSLIM) | LeastSquareSLIM | [inline, protected, virtual] |
AddUser(int user_id) (defined in LeastSquareSLIM) | LeastSquareSLIM | [inline, protected, virtual] |
CanPredict(int user_id, int item_id) | Recommender | [inline, virtual] |
Clone() | Recommender | [inline] |
ComputeObjective() | LeastSquareSLIM | [inline, virtual] |
Feedback | ItemRecommender | |
InitMean | SLIM | |
InitModel() (defined in LeastSquareSLIM) | LeastSquareSLIM | [inline, protected, virtual] |
InitStdDev | SLIM | |
item_weights | SLIM | [protected] |
itemKNN | SLIM | [protected] |
Iterate(int item_id) | LeastSquareSLIM | [inline] |
Iterate() | LeastSquareSLIM | [inline, virtual] |
K | LeastSquareSLIM | |
LeastSquareSLIM() | LeastSquareSLIM | [inline] |
LoadModel(string filename) | LeastSquareSLIM | [inline, virtual] |
MaxItemID | Recommender | |
MaxUserID | Recommender | |
neighbors | LeastSquareSLIM | [protected] |
NumIter | SLIM | |
Predict(int user_id, int item_id, int exclude_item_id) | LeastSquareSLIM | [inline] |
Predict(int user_id, int item_id) | LeastSquareSLIM | [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 | |
reg_l1 | LeastSquareSLIM | [protected] |
reg_l2 | LeastSquareSLIM | [protected] |
RegL1 | LeastSquareSLIM | |
RegL2 | LeastSquareSLIM | |
RemoveFeedback(ICollection< Tuple< int, int >> feedback) | IncrementalItemRecommender | [inline, virtual] |
RemoveItem(int item_id) | LeastSquareSLIM | [inline, virtual] |
RemoveUser(int user_id) | LeastSquareSLIM | [inline, virtual] |
RetrainItem(int item_id) | LeastSquareSLIM | [inline, protected, virtual] |
SaveModel(string filename) | LeastSquareSLIM | [inline, virtual] |
SLIM() | SLIM | [inline] |
ToString() | LeastSquareSLIM | [inline] |
Train() | LeastSquareSLIM | [inline, virtual] |
Train(int item_id) | LeastSquareSLIM | [inline] |
UpdateItems | IncrementalItemRecommender | |
UpdateParameters(int item_id, int other_item_id) | LeastSquareSLIM | [inline, protected, virtual] |
UpdateUsers | IncrementalItemRecommender | |