Browse Source

批量归一算法 返回原始值

master
jianjun 5 years ago
parent
commit
174358f68f
  1. 1
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/support/normalizing/batch/BatchScoreCalculator.java

1
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/support/normalizing/batch/BatchScoreCalculator.java

@ -94,4 +94,5 @@ public class BatchScoreCalculator {
return (bdRealValue.compareTo(threshold) < 0) || (bdRealValue.equals(threshold))
? bdRealValue
: threshold;
}
}

Loading…
Cancel
Save