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 IAggregator2
Public Interface IAggregator2
public interface class IAggregator2
type IAggregator2 = interface end
The IAggregator2 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