IAggregator.Aggregate Into Method
Aggregates the elements of a data frame column according to the specified
grouping and returns the result in an existing vector.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The result of aggregating the elements of values according to the groups defined by grouping.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
IVector AggregateInto(
IVector values,
IGrouping grouping,
IVector result
)
Parameters
- values IVector
- A vector holding the values.
- grouping IGrouping
- The object that specifies the grouping.
- result IVector
- The data frame column that is to hold the result.
Return Value
IVectorThe result of aggregating the elements of values according to the groups defined by grouping.