Modifier and Type | Field and Description |
---|---|
long |
_len |
double |
_max1 |
double |
_max2 |
double |
_min1 |
double |
_min2 |
long |
_nans |
long |
_nas |
long |
_ninfs |
long |
_pinfs |
long |
_zeros |
Constructor and Description |
---|
Summary2.BasicStat() |
Modifier and Type | Method and Description |
---|---|
Summary2.BasicStat |
add(Chunk chk) |
Summary2.BasicStat |
add(Summary2.BasicStat other) |
Summary2.BasicStat |
finishUp() |
boolean |
isSparse(double pct,
boolean nan)
Returns whether the fill density is less than the given percent.
|
long |
len1() |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
public long _len
public long _nas
public long _nans
public long _pinfs
public long _ninfs
public long _zeros
public double _min1
public double _max1
public double _min2
public double _max2
public Summary2.BasicStat add(Chunk chk)
public Summary2.BasicStat add(Summary2.BasicStat other)
public Summary2.BasicStat finishUp()
public long len1()
public boolean isSparse(double pct, boolean nan)
pct
- target percent.nan
- if true then NaN is counted as missing.pct
of rows are filled.