预测的品牌品类数量放大【8*4-> 12 *6】
Showing
2 changed files
with
4 additions
and
4 deletions
@@ -4,9 +4,9 @@ public class RecallCommonConstants { | @@ -4,9 +4,9 @@ public class RecallCommonConstants { | ||
4 | 4 | ||
5 | public static final int maxRealTimeSortBrandCount = 12;//截取【品牌-品类】的数量-for召回【10->15】 | 5 | public static final int maxRealTimeSortBrandCount = 12;//截取【品牌-品类】的数量-for召回【10->15】 |
6 | 6 | ||
7 | - public static final int maxVectorRNNSortBrandCount = 8;//截取【品牌-品类】的数量-for召回【10->6】 | 7 | + public static final int maxVectorRNNSortBrandCount = 12;//截取【品牌-品类】的数量-for召回【10->6】 |
8 | 8 | ||
9 | - public static final int maxVectorW2SortBrandCount = 8;//截取【品牌-品类】的数量-for召回【10->6】 | 9 | + public static final int maxVectorW2SortBrandCount = 12;//截取【品牌-品类】的数量-for召回【10->6】 |
10 | 10 | ||
11 | 11 | ||
12 | } | 12 | } |
@@ -17,8 +17,8 @@ public class SknCountConstants { | @@ -17,8 +17,8 @@ public class SknCountConstants { | ||
17 | public static final int ADD_FLOW = 10; | 17 | public static final int ADD_FLOW = 10; |
18 | 18 | ||
19 | public static final int REC_SORT_BRAND_SKN_COUNT = 6; | 19 | public static final int REC_SORT_BRAND_SKN_COUNT = 6; |
20 | - public static final int VEC_SORT_BRAND_SKN_COUNT = 4;//8->4 | 20 | + public static final int VEC_SORT_BRAND_SKN_COUNT = 6; |
21 | 21 | ||
22 | - public static final int MAX_USER_RECALL_SKN_CACHE_COUNT = 200; | 22 | + public static final int MAX_USER_RECALL_SKN_CACHE_COUNT = 300; |
23 | 23 | ||
24 | } | 24 | } |
-
Please register or login to post a comment