Aggregator<T, U>.Aggregate Listwise Into Method
Aggregates the columns of a matrix.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual Vector<U> AggregateListwiseInto(
Matrix<T> values,
Vector<U> result
)
Parameters
- values Matrix<T>
- The matrix whose columns to aggregate.
- result Vector<U>
- The vector that is to hold the result. May be null.