|
@@ -54,7 +54,7 @@ public class AlgorithmCore {
|
|
case 1: //机器学习算法推理
|
|
case 1: //机器学习算法推理
|
|
executor = AlgorithmFactory.getInstance(classifies[i]);
|
|
executor = AlgorithmFactory.getInstance(classifies[i]);
|
|
if (FeatureType.parse(featureTypes[i]) == FeatureType.DIAG) {
|
|
if (FeatureType.parse(featureTypes[i]) == FeatureType.DIAG) {
|
|
- searchData.setLength(6);//模型推送最多6个比较合理
|
|
|
|
|
|
+ bigDataSearchData.setLength(6);//模型推送最多6个比较合理
|
|
}
|
|
}
|
|
break;
|
|
break;
|
|
case 2: //朴素贝叶斯算法推理
|
|
case 2: //朴素贝叶斯算法推理
|