Aggregates the elements of a data frame column according to the specified
grouping and returns the result in an existing vector.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
IVector AggregateInto(
IVector values1,
IVector values2,
IGrouping grouping,
IVector result
)
Function AggregateInto (
values1 As IVector,
values2 As IVector,
grouping As IGrouping,
result As IVector
) As IVector
IVector^ AggregateInto(
IVector^ values1,
IVector^ values2,
IGrouping^ grouping,
IVector^ result
)
abstract AggregateInto :
values1 : IVector *
values2 : IVector *
grouping : IGrouping *
result : IVector -> IVector
Parameters
- values1
- Type: Extreme.MathematicsIVector
A vector holding the first set of values. - values2
- Type: Extreme.MathematicsIVector
A vector holding the second set of values. - grouping
- Type: Extreme.DataAnalysisIGrouping
The object that specifies the grouping. - result
- Type: Extreme.MathematicsIVector
The data frame column that is to hold the result.
Return Value
Type:
IVectorThe result of aggregating the corresponding elements of
values1 and
values2
according to the groups defined by
grouping.
Numerical Libraries
Supported in: 6.0
Reference