public static class ItemMeanRatingItemScorer.Builder extends java.lang.Object implements javax.inject.Provider<ItemMeanRatingItemScorer>
| Constructor and Description |
|---|
Builder(EventDAO dao,
double damping)
Construct a new provider.
|
| Modifier and Type | Method and Description |
|---|---|
ItemMeanRatingItemScorer |
get() |
@Inject public Builder(EventDAO dao, @MeanDamping double damping)
dao - The DAO.damping - The Bayesian mean damping term. It biases means toward the
global mean.public ItemMeanRatingItemScorer get()
get in interface javax.inject.Provider<ItemMeanRatingItemScorer>