Modifier and Type | Class and Description |
---|---|
static class |
Quantiles.BinTask2 |
Modifier and Type | Field and Description |
---|---|
boolean |
_done |
boolean |
_interpolated |
double |
_newValEnd |
double |
_newValStart |
double[] |
_pctile |
long |
_totalRows |
double |
_valBinSize |
double |
_valRange |
java.lang.String |
colname |
static DocGen.FieldDoc[] |
DOC_FIELDS |
long[] |
hcnt2 |
long |
hcnt2_high |
double |
hcnt2_high_min |
long |
hcnt2_low |
double[] |
hcnt2_max |
double[] |
hcnt2_min |
static int |
MAX_ENUM_SIZE |
Constructor and Description |
---|
Quantiles(Vec vec) |
Quantiles(Vec vec,
int max_qbins,
double valStart,
double valEnd) |
Modifier and Type | Method and Description |
---|---|
Quantiles |
add(Chunk chk) |
void |
add(double val) |
Quantiles |
add(Quantiles other) |
void |
finishUp(Vec vec,
double[] quantiles_to_do,
int interpolation_type,
boolean multiPass) |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
public static DocGen.FieldDoc[] DOC_FIELDS
public static final int MAX_ENUM_SIZE
public long _totalRows
public double _valRange
public double _valBinSize
public double _newValStart
public double _newValEnd
public double[] _pctile
public boolean _interpolated
public boolean _done
@Request.API(help="name") public java.lang.String colname
public long[] hcnt2
public double[] hcnt2_min
public double[] hcnt2_max
public long hcnt2_low
public long hcnt2_high
public double hcnt2_high_min