Modifier and Type | Class and Description |
---|---|
static class |
Summary2.BasicStat |
static class |
Summary2.PrePass |
static class |
Summary2.SummaryPerRow |
static class |
Summary2.SummaryTask2 |
Modifier and Type | Field and Description |
---|---|
double[] |
_maxs |
double[] |
_mins |
Summary2.BasicStat |
_stat0 |
int |
_type |
java.lang.String |
colname |
static double[] |
DEFAULT_PERCENTILES |
static DocGen.FieldDoc[] |
DOC_FIELDS |
java.lang.String[] |
hbrk |
long[] |
hcnt |
long[] |
hcnt2 |
double[] |
hcnt2_max |
double[] |
hcnt2_min |
double |
hstart |
double |
hstep |
static int |
MAX_HIST_SZ |
long |
nacnt |
static int |
NMAX |
hex.Summary2.Stats |
stats |
java.lang.String |
type |
Constructor and Description |
---|
Summary2(Vec vec,
java.lang.String name,
Summary2.BasicStat stat0) |
Summary2(Vec vec,
java.lang.String name,
Summary2.BasicStat stat0,
int max_qbins) |
Modifier and Type | Method and Description |
---|---|
Summary2 |
add(Chunk chk) |
void |
add(double val) |
Summary2 |
add(Summary2 other) |
double |
binValue(int b) |
void |
computeMajorities() |
void |
finishUp(Vec vec) |
double |
percentileValue(int idx) |
void |
toHTML(Vec vec,
java.lang.String cname,
java.lang.StringBuilder sb) |
java.lang.String |
toString() |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
public static DocGen.FieldDoc[] DOC_FIELDS
public static final int MAX_HIST_SZ
public static final int NMAX
public static final double[] DEFAULT_PERCENTILES
public Summary2.BasicStat _stat0
public final int _type
public double[] _mins
public double[] _maxs
@Request.API(help="name") public java.lang.String colname
@Request.API(help="type") public java.lang.String type
@Request.API(help="NAs") public long nacnt
@Request.API(help="Base Stats") public hex.Summary2.Stats stats
@Request.API(help="histogram start") public double hstart
@Request.API(help="histogram bin step") public double hstep
@Request.API(help="histogram headers") public java.lang.String[] hbrk
@Request.API(help="histogram bin values") public long[] hcnt
public long[] hcnt2
public double[] hcnt2_min
public double[] hcnt2_max
public Summary2(Vec vec, java.lang.String name, Summary2.BasicStat stat0, int max_qbins)
public Summary2(Vec vec, java.lang.String name, Summary2.BasicStat stat0)
public java.lang.String toString()
toString
in class java.lang.Object
public void finishUp(Vec vec)
public void add(double val)
public double binValue(int b)
public void computeMajorities()
public double percentileValue(int idx)
public void toHTML(Vec vec, java.lang.String cname, java.lang.StringBuilder sb)