Aggregator Group<T> Constructor
Constructs a new aggregator group.
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
protected AggregatorGroup(
string name
)
Parameters
- name String
- The name of the aggregator.
Remarks
The name of the aggregator is used as the column key
when multiple aggregators are applied to the same vector.