| 程序包 | 说明 |
|---|---|
| org.apache.flink.api.java.summarize.aggregation |
| 限定符和类型 | 字段和说明 |
|---|---|
static CompensatedSum |
CompensatedSum.ZERO |
| 限定符和类型 | 方法和说明 |
|---|---|
CompensatedSum |
CompensatedSum.add(CompensatedSum other)
Increments the Kahan sum by adding two sums, and updating the correction term for reducing numeric errors.
|
CompensatedSum |
CompensatedSum.add(double value)
Increments the Kahan sum by adding a value without a correction term.
|
CompensatedSum |
CompensatedSum.add(double value,
double delta)
Increments the Kahan sum by adding a value and a correction term.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CompensatedSum |
CompensatedSum.add(CompensatedSum other)
Increments the Kahan sum by adding two sums, and updating the correction term for reducing numeric errors.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.