Binary 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
Binary | Constructs a new aggregator group. |
Binary | Constructs a new aggregator group. |
BinaryAggregatorGroup<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.
BinaryAggregatorGroup<TResult>(String, TResult)
Constructs a new aggregator group.
protected BinaryAggregatorGroup(
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.