...
|
...
|
@@ -2,11 +2,11 @@ package com.yoho.search.recall.scene.constants; |
|
|
|
|
|
public class RecallCommonConstants {
|
|
|
|
|
|
public static final int maxRealTimeSortBrandCount = 15;//截取【品牌-品类】的数量-for召回【10->15】
|
|
|
public static final int maxRealTimeSortBrandCount = 12;//截取【品牌-品类】的数量-for召回【10->15】
|
|
|
|
|
|
public static final int maxVectorRNNSortBrandCount = 6;//截取【品牌-品类】的数量-for召回【10->6】
|
|
|
public static final int maxVectorRNNSortBrandCount = 8;//截取【品牌-品类】的数量-for召回【10->6】
|
|
|
|
|
|
public static final int maxVectorW2SortBrandCount = 6;//截取【品牌-品类】的数量-for召回【10->6】
|
|
|
public static final int maxVectorW2SortBrandCount = 8;//截取【品牌-品类】的数量-for召回【10->6】
|
|
|
|
|
|
|
|
|
} |
...
|
...
|
|