hex
Class Summary.ColSummary

java.lang.Object
  extended by water.Iced
      extended by hex.Summary.ColSummary
All Implemented Interfaces:
java.lang.Cloneable, Freezable
Enclosing class:
Summary

public static final class Summary.ColSummary
extends Iced


Field Summary
 int _colId
           
 Summary _summary
           
static double[] DEFAULT_PERCENTILES
           
 
Method Summary
 long binCount(int b)
           
 double binPercent(int b)
           
 double binValue(int b)
           
 long getEnumCardinality()
           
 double[] percentiles()
           
 double percentileValue(double threshold)
           
 com.google.gson.JsonObject toJson()
           
 java.lang.String toString()
           
 
Methods inherited from class water.Iced
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_summary

public transient Summary _summary

_colId

public final int _colId

DEFAULT_PERCENTILES

public static final double[] DEFAULT_PERCENTILES
Method Detail

percentiles

public final double[] percentiles()

getEnumCardinality

public long getEnumCardinality()

percentileValue

public double percentileValue(double threshold)

binValue

public double binValue(int b)

binCount

public long binCount(int b)

binPercent

public double binPercent(int b)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toJson

public com.google.gson.JsonObject toJson()