public class QuantilesV1 extends Schema<Quantiles,QuantilesV1>
Schema.Meta| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
column |
int |
interpolation_type |
int |
max_ncols |
int |
max_qbins |
int |
multiple_pass |
double |
quantile |
double |
result |
FrameV2 |
source_key |
__meta, _impl_class, _version_pattern| Constructor and Description |
|---|
QuantilesV1() |
| Modifier and Type | Method and Description |
|---|---|
QuantilesV1 |
fillFromImpl(Quantiles q)
Version and Schema-specific filling from the implementation object.
|
Quantiles |
fillImpl(Quantiles q)
Fill an impl object and any children from this schema and its children.
|
protected void |
sanityCheck() |
acceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, register, registerAllSchemasIfNecessary, schema, schema, schema, schema, schema, schemaClass, schemaClass, schemaClass, schemaClass, schemasclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSON@API(help="Quantile desired (0.0-1.0). Median is 0.5. 0 and 1 are min/max") public double quantile
@API(help="1: Exact result (iterate max 16). 0: One pass approx. 2: Provide both results") public int multiple_pass
@API(help="Interpolation between rows. Type 2 (mean) or 7 (linear).") public int interpolation_type
protected void sanityCheck()
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionpublic Quantiles fillImpl(Quantiles q)
SchemafillImpl in class Schema<Quantiles,QuantilesV1>public QuantilesV1 fillFromImpl(Quantiles q)
SchemafillFromImpl in class Schema<Quantiles,QuantilesV1>