Specifies the methods and properties shared by all aggregators.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public interface IAggregator
Public Interface IAggregator
public interface class IAggregator
type IAggregator = interface end
The IAggregator type exposes the following members.
Top
| Name | Description |
---|
 | AggregateInto |
Aggregates the elements of a data frame column according to the specified
grouping and returns the result in an existing vector.
|
Top
Reference