Applies the specified aggregator to all the columns in the matrix.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Vector<U> AggregateColumns<U>(
AggregatorGroup<U> aggregator
)
Public Function AggregateColumns(Of U) (
aggregator As AggregatorGroup(Of U)
) As Vector(Of U)
public:
generic<typename U>
Vector<U>^ AggregateColumns(
AggregatorGroup<U>^ aggregator
)
member AggregateColumns :
aggregator : AggregatorGroup<'U> -> Vector<'U>
Parameters
- aggregator
- Type: Extreme.DataAnalysisAggregatorGroupU
The aggregator to use.
Type Parameters
- U
- The type of the result of the aggregation.
Return Value
Type:
VectorUA vector that contains the result of the aggregations indexed
by the matrix's column index.
Numerical Libraries
Supported in: 6.0
Reference