|
@@ -312,6 +312,7 @@ public class RankStrategyBy688 extends RankStrategyBasic {
|
|
|
}
|
|
|
item.setLrScore(calibratedScore);
|
|
|
item.getScoreMap().put("originCtcvrScore", originalScore);
|
|
|
+ item.getScoreMap().put("modelCtcvrScore", calibratedScore);
|
|
|
item.getScoreMap().put("ctcvrScore", calibratedScore);
|
|
|
}
|
|
|
//校准Ctcvr
|