|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaselineRecommender | |
---|---|
prea.recommender.baseline |
Uses of BaselineRecommender in prea.recommender.baseline |
---|
Subclasses of BaselineRecommender in prea.recommender.baseline | |
---|---|
class |
Average
The class implementing a baseline, predicting by overall average of training set ratings. |
class |
Constant
The class implementing a baseline, always predicting with the given constant. |
class |
ItemAverage
The class implementing a baseline, predicting by the average of target item ratings. |
class |
Random
The class implementing a baseline, predicting uniformly randomly from the score range. |
class |
UserAverage
The class implementing a baseline, predicting by the average of target user ratings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |