IPivot Interface
Represents a grouping of data in two-dimensional format.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public interface IPivot : IGrouping- Implements
- IGrouping
Properties
| Column | Gets the index that contains the column keys to the groups. |
| Count |
Gets the number of groups.
(Inherited from IGrouping) |
| Index |
Gets the index that contains the unique keys to the groups.
(Inherited from IGrouping) |
| Row | Gets the index that contains the row keys to the groups. |
Methods
| Aggregate |
Aggregates the specified vector over each group and returns the result.
(Inherited from IGrouping) |
| Aggregate |
Aggregates the specified vector over each group and returns the result.
(Inherited from IGrouping) |
| Aggregate |
Aggregates the specified vector over each group and returns the result.
(Inherited from IGrouping) |
| Aggregate |
Aggregates the specified vector over each group and returns the result.
(Inherited from IGrouping) |
| As<TKey> |
Returns the grouping as a strongly typed Grouping<TKey> of type TKey.
(Inherited from IGrouping) |
| Get |
Returns a histogram of the number of observations in each group.
(Inherited from IGrouping) |
| Get |
Gets a sequence of indexes for the grouping.
(Inherited from IGrouping) |
| Get | Gets a sequence of indexes for the grouping. |