hex
Class Summary2

java.lang.Object
  extended by water.Iced
      extended by hex.Summary2
All Implemented Interfaces:
java.lang.Cloneable, Freezable

public class Summary2
extends Iced

Summary of a column.


Field Summary
static double[] DEFAULT_PERCENTILES
           
static DocGen.FieldDoc[] DOC_FIELDS
           
static int MAX_HIST_SZ
           
static int NMAX
           
 
Constructor Summary
Summary2(Vec vec)
           
 
Method Summary
 void add(Chunk chk)
           
 Summary2 add(Summary2 other)
           
 double binValue(int b)
           
 void computeMajorities()
           
 double percentileValue(int idx)
           
 void toHTML(Vec vec, java.lang.String cname, java.lang.StringBuilder sb)
           
 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

DOC_FIELDS

public static DocGen.FieldDoc[] DOC_FIELDS

MAX_HIST_SZ

public static final int MAX_HIST_SZ
See Also:
Constant Field Values

DEFAULT_PERCENTILES

public static final double[] DEFAULT_PERCENTILES

NMAX

public static final int NMAX
See Also:
Constant Field Values
Constructor Detail

Summary2

public Summary2(Vec vec)
Method Detail

add

public void add(Chunk chk)

add

public Summary2 add(Summary2 other)

binValue

public double binValue(int b)

computeMajorities

public void computeMajorities()

percentileValue

public double percentileValue(int idx)

toString

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

toHTML

public void toHTML(Vec vec,
                   java.lang.String cname,
                   java.lang.StringBuilder sb)