Package | Description |
---|---|
ai.rapids.cudf |
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 |
---|---|
static GroupByAggregation |
GroupByAggregation.quantile(QuantileMethod method,
double... quantiles)
Aggregate to compute various quantiles.
|
static ReductionAggregation |
ReductionAggregation.quantile(QuantileMethod method,
double... quantiles)
Aggregate to compute various quantiles.
|
ColumnVector |
ColumnView.quantile(QuantileMethod method,
double[] quantiles)
Calculate various quantiles of this ColumnVector.
|
Copyright © 2024. All rights reserved.