| Modifier and Type | Class and Description |
|---|---|
static class |
Quantiles.BinTask2 |
| Modifier and Type | Field and Description |
|---|---|
boolean |
_done |
boolean |
_interpolated |
int |
_interpolationType |
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 |
double[] |
QUANTILES_TO_DO |
| Constructor and Description |
|---|
Quantiles(Vec vec,
java.lang.String name) |
Quantiles(Vec vec,
java.lang.String name,
double quantile,
int max_qbins,
double valStart,
double valEnd,
boolean multiPass,
int interpolationType) |
| Modifier and Type | Method and Description |
|---|---|
Quantiles |
add(Chunk chk) |
void |
add(double val) |
Quantiles |
add(Quantiles other) |
void |
finishUp(Vec vec) |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFieldspublic static DocGen.FieldDoc[] DOC_FIELDS
public static final int MAX_ENUM_SIZE
public final double[] QUANTILES_TO_DO
public long _totalRows
public int _interpolationType
public double _valRange
public double _valBinSize
public double _newValStart
public double _newValEnd
public double[] _pctile
public boolean _interpolated
public boolean _done
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