AggregatorGroup<T> Constructor

Constructs a new aggregator group.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
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.

See Also