Uses of Enum
ai.rapids.cudf.QuantileMethod
Packages that use QuantileMethod
-
Uses of QuantileMethod in ai.rapids.cudf
Methods in ai.rapids.cudf that return QuantileMethodModifier and TypeMethodDescriptionstatic QuantileMethod
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.Methods in ai.rapids.cudf with parameters of type QuantileMethodModifier and TypeMethodDescriptionfinal ColumnVector
ColumnView.quantile
(QuantileMethod method, double[] quantiles) Calculate various quantiles of this ColumnVector.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.