类 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.
    另请参阅:
    序列化表格
    • 字段详细资料

      • value

        public double value
      • g

        public long g
      • delta

        public long delta
    • 构造器详细资料

      • StatsTuple

        public StatsTuple()
      • StatsTuple

        public StatsTuple​(double value,
                          long g,
                          long delta)