public class ItemItemBuildContextProvider extends java.lang.Object implements javax.inject.Provider<ItemItemBuildContext>
Provider that sets up an ItemItemBuildContext.
| Constructor and Description |
|---|
ItemItemBuildContextProvider(RatingVectorPDAO rvd,
UserVectorNormalizer normalizer) |
ItemItemBuildContextProvider(RatingVectorPDAO rvd,
UserVectorNormalizer normalizer,
int minCU)
Construct an item-item build context provider.
|
| Modifier and Type | Method and Description |
|---|---|
ItemItemBuildContext |
get()
Constructs and returns a new ItemItemBuildContext.
|
@Inject public ItemItemBuildContextProvider(RatingVectorPDAO rvd, UserVectorNormalizer normalizer, @MinCommonUsers int minCU)
Construct an item-item build context provider.
rvd - The rating vector DAO.normalizer - The user vector normalizer.public ItemItemBuildContextProvider(RatingVectorPDAO rvd, UserVectorNormalizer normalizer)
public ItemItemBuildContext get()
Constructs and returns a new ItemItemBuildContext.
get in interface javax.inject.Provider<ItemItemBuildContext>