This is the complete list of members for
NaiveBayes, including all inherited members.
AddItem(int item_id) (defined in IncrementalRatingPredictor) | IncrementalRatingPredictor | [inline, protected, virtual] |
AddRatings(IRatings ratings) | NaiveBayes | [inline, virtual] |
AddUser(int user_id) (defined in NaiveBayes) | NaiveBayes | [inline, protected, virtual] |
AttributeSmoothing | NaiveBayes | |
CanPredict(int user_id, int item_id) | Recommender | [inline, virtual] |
ClassSmoothing | NaiveBayes | |
Clone() | Recommender | [inline] |
IncrementalRatingPredictor() | IncrementalRatingPredictor | [inline] |
ItemAttributes | NaiveBayes | |
LoadModel(string filename) | NaiveBayes | [inline] |
max_rating | RatingPredictor | [protected] |
MaxItemID | Recommender | |
MaxRating | RatingPredictor | |
MaxUserID | Recommender | |
min_rating | RatingPredictor | [protected] |
MinRating | RatingPredictor | |
NaiveBayes() | NaiveBayes | [inline] |
NumItemAttributes | NaiveBayes | |
Predict(int user_id, int item_id) | NaiveBayes | [inline] |
Ratings | RatingPredictor | |
ratings | RatingPredictor | [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 | |
RemoveItem(int item_id) | IncrementalRatingPredictor | [inline, virtual] |
RemoveRatings(IDataSet ratings) | NaiveBayes | [inline, virtual] |
RemoveUser(int user_id) | IncrementalRatingPredictor | [inline, virtual] |
SaveModel(string filename) | NaiveBayes | [inline] |
ToString() | NaiveBayes | [inline] |
Train() | NaiveBayes | [inline] |
UpdateItems | IncrementalRatingPredictor | |
UpdateRatings(IRatings ratings) | NaiveBayes | [inline, virtual] |
UpdateUsers | IncrementalRatingPredictor | |