IGrouping Interface
Represents a grouping of data on an index.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public interface IGrouping
Properties
Methods
Aggregate | Aggregates the specified vector over each group and returns the result. |
Aggregate | Aggregates the specified vector over each group and returns the result. |
Aggregate | Aggregates the specified vector over each group and returns the result. |
Aggregate | Aggregates the specified vector over each group and returns the result. |
As<TKey> | Returns the grouping as a strongly typed Grouping<TKey> of type TKey. |
Get | Returns a histogram of the number of observations in each group. |
Get | Gets a sequence of indexes for the grouping. |