Contains many of the most common aggregation functions.
Contains many of the most common aggregation functions.
SystemObject Extreme.DataAnalysisAggregators
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17150.0)
public static class Aggregators
<ExtensionAttribute>
Public NotInheritable Class Aggregators
[ExtensionAttribute]
public ref class Aggregators abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type Aggregators = class end
The Aggregators type exposes the following members.
Top
| Name | Description |
---|
  | CreateU, T(String, FuncVectorU, T) |
Constructs a new aggregator group from a function.
|
  | CreateU, T(String, FuncVectorU, VectorU, T) |
Constructs a new aggregator group from a function.
|
  | CreateU, T, TAccumulator(Boolean) |
Constructs a new aggregator that uses the specified accumulator.
|
  | Create2U, T, TAccumulator |
Constructs a new aggregator that uses the specified accumulator.
|
  | Quantile |
Gets an aggregator that computes the specified quantile.
|
  | Skip |
Gets an aggregator that returns the first non-missing value
after skipping the specified number of values.
|
Top
Use the Aggregators class to access many common aggregation functions.
Most aggregators are returned as Aggregator2Group objects, which means
they can be used on untyped data frame columns.
Use the Aggregators class to access many common aggregation functions.
Most aggregators are returned as AggregatorGroup objects, which means
they can be used on untyped data frame columns.
Numerical Libraries
Supported in: 6.0
Reference