ItemAttributeKNN Member List
This is the complete list of members for
ItemAttributeKNN, including all inherited members.
AddItem(int item_id) (defined in ItemKNN) | ItemKNN | [inline, protected, virtual] |
AddRating(int user_id, int item_id, double rating) | ItemKNN | [inline, virtual] |
AddUser(int user_id) (defined in IncrementalRatingPredictor) | IncrementalRatingPredictor | [inline, protected, virtual] |
baseline_predictor | KNN | [protected] |
CanPredict(int user_id, int item_id) | RatingPredictor | [inline, virtual] |
Clone() | RatingPredictor | [inline] |
correlation | KNN | [protected] |
data_item | ItemKNN | [protected] |
GetPositivelyCorrelatedEntities | ItemKNN | [protected] |
IncrementalRatingPredictor() | IncrementalRatingPredictor | [inline] |
ItemAttributes | ItemAttributeKNN | |
K | KNN | |
LoadModel(string filename) | ItemKNN | [inline, virtual] |
max_rating | RatingPredictor | [protected] |
MaxItemID | RatingPredictor | |
MaxRating | RatingPredictor | |
MaxUserID | RatingPredictor | |
min_rating | RatingPredictor | [protected] |
MinRating | RatingPredictor | |
NumItemAttributes | ItemAttributeKNN | |
Predict(int user_id, int item_id) | ItemKNN | [inline, virtual] |
ratings | RatingPredictor | [protected] |
Ratings | ItemKNN | |
RegI | KNN | |
RegU | KNN | |
RemoveItem(int item_id) | IncrementalRatingPredictor | [inline, virtual] |
RemoveRating(int user_id, int item_id) | ItemKNN | [inline, virtual] |
RemoveUser(int user_id) | IncrementalRatingPredictor | [inline, virtual] |
RetrainItem(int item_id) | ItemAttributeKNN | [inline, protected, virtual] |
SaveModel(string filename) | KNN | [inline, virtual] |
ToString() | ItemAttributeKNN | [inline] |
Train() | ItemAttributeKNN | [inline] |
UpdateItems | IncrementalRatingPredictor | |
UpdateRating(int user_id, int item_id, double rating) | ItemKNN | [inline, virtual] |
UpdateUsers | IncrementalRatingPredictor | |