类 QuantileSummary.StatsTuple
- java.lang.Object
-
- org.apache.flink.ml.common.util.QuantileSummary.StatsTuple
-
- 所有已实现的接口:
Serializable
- 封闭类:
- QuantileSummary
public static class QuantileSummary.StatsTuple extends Object implements Serializable
Wrapper class to hold all statistics from the Greenwald-Khanna paper. It contains the following information:- value: the sampled value.
- g: the difference between the least rank of this element and the rank of the preceding element.
- delta: the maximum span of the rank.
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 StatsTuple()StatsTuple(double value, long g, long delta)
-
-
-
方法详细资料
-
shallowCopy
public QuantileSummary.StatsTuple shallowCopy()
-
-