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

            TimeAttenuationAlpha   = .0002f;
            PopularItemPunishAlpha = .6f;
        }
예제 #2
0
        public ItemSimilarityCalculator(IBehaviorStore behaviorStore, IItemPopularityProvider popularityProvider)
        {
            _behaviorStore = behaviorStore;
            _popularityProvider = popularityProvider;

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