IAggregator2 Interface

Specifies the methods and properties shared by all aggregators.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public interface IAggregator2

Properties

EmptyGroupsHaveValue Gets whether the aggregator produces a value for empty groups.

Methods

AggregateInto Aggregates the elements of a data frame column according to the specified grouping and returns the result in an existing vector.

See Also