| Modifier and Type | Method and Description |
|---|---|
static QuantileMethod |
QuantileMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuantileMethod[] |
QuantileMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnVector |
ColumnVector.quantile(QuantileMethod method,
double[] quantiles)
Calculate various quantiles of this ColumnVector.
|
Copyright © 2020. All rights reserved.