Authored by 胡古飞

预测的品牌品类数量放大【8*4-> 12 *6】

... ... @@ -4,9 +4,9 @@ public class RecallCommonConstants {
public static final int maxRealTimeSortBrandCount = 12;//截取【品牌-品类】的数量-for召回【10->15】
public static final int maxVectorRNNSortBrandCount = 8;//截取【品牌-品类】的数量-for召回【10->6】
public static final int maxVectorRNNSortBrandCount = 12;//截取【品牌-品类】的数量-for召回【10->6】
public static final int maxVectorW2SortBrandCount = 8;//截取【品牌-品类】的数量-for召回【10->6】
public static final int maxVectorW2SortBrandCount = 12;//截取【品牌-品类】的数量-for召回【10->6】
}
... ...
... ... @@ -17,8 +17,8 @@ public class SknCountConstants {
public static final int ADD_FLOW = 10;
public static final int REC_SORT_BRAND_SKN_COUNT = 6;
public static final int VEC_SORT_BRAND_SKN_COUNT = 4;//8->4
public static final int VEC_SORT_BRAND_SKN_COUNT = 6;
public static final int MAX_USER_RECALL_SKN_CACHE_COUNT = 200;
public static final int MAX_USER_RECALL_SKN_CACHE_COUNT = 300;
}
... ...