for(int x = 0; x < inputInfo.triggerList.size()-1; x++)
{
for(int y = x+1; y < inputInfo.triggerList.size();y++)
{
predictFeature.put("f20="+inputInfo.triggerList.get(x).triggerType + "#" + inputInfo.triggerList.get(y).triggerType + "#"+tag, 1.0);
}
}
集合中元素两两配对
最新推荐文章于 2024-07-15 03:09:45 发布
1438

被折叠的 条评论
为什么被折叠?



