IGrouping Interface
            Represents a grouping of data on an index.
            
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public interface IGroupingProperties
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. | 
| As<K> | Returns the grouping as a strongly typed Grouping<TKey> of type K. | 
| Get | Returns a histogram of the number of observations in each group. | 
| Get | Gets a sequence of indexes for the grouping. |