Aggregator Group<TResult> Constructor
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Aggregator | Constructs a new aggregator group. |
Aggregator | Constructs a new aggregator group. |
AggregatorGroup<TResult>(String)
Constructs a new aggregator group.
Remarks
The name of the aggregator is used as the column key
when multiple aggregators are applied to the same vector.
AggregatorGroup<TResult>(String, TResult)
Constructs a new aggregator group.
protected AggregatorGroup(
string? name,
TResult emptyValue
)
Parameters
Remarks
The name of the aggregator is used as the column key
when multiple aggregators are applied to the same vector.