Uses of Interface
moa.recommender.predictor.RatingPredictor
-
Packages that use RatingPredictor Package Description moa.recommender.predictor -
-
Uses of RatingPredictor in moa.recommender.predictor
Classes in moa.recommender.predictor that implement RatingPredictor Modifier and Type Class Description class
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.class
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).
-