public ItemSimilarityCalculator(IBehaviorStore behaviorStore, IItemPopularityProvider popularityProvider)
        {
            _behaviorStore      = behaviorStore;
            _popularityProvider = popularityProvider;

            TimeAttenuationAlpha   = .0002f;
            PopularItemPunishAlpha = .6f;
        }
Ejemplo n.º 2
0
        public ItemSimilarityCalculator(IBehaviorStore behaviorStore, IItemPopularityProvider popularityProvider)
        {
            _behaviorStore = behaviorStore;
            _popularityProvider = popularityProvider;

            TimeAttenuationAlpha = .0002f;
            PopularItemPunishAlpha = .6f;
        }