IBinary Aggregator Interface
Specifies the methods and properties shared by all aggregators.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public interface IBinaryAggregator
Properties
Empty | Gets whether the aggregator produces a value for empty groups. |
Methods
Aggregate | Aggregates the elements of a data frame column according to the specified grouping and returns the result in an existing vector. |