Package moa.recommender.predictor
-
Interface Summary Interface Description RatingPredictor Rating predicting algorithm. -
Class Summary Class Description BaselinePredictor A naive algorithm which combines the global mean of all the existing ratings, the mean rating of the user and the mean rating of the item to make a prediction.BRISMFPredictor Implementation of the algorithm described in Scalable Collaborative Filtering Approaches for Large Recommender Systems (Gábor Takács, István Pilászy, Bottyán Németh, and Domonkos Tikk).