Pivot<R, C> Class
Represents a two-dimensional grouping of data.
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 class Pivot<R, C> : Pivot
Type Parameters
- R
- The element type of the row index of the pivot.
- C
- The element type of the column index of the pivot.
Properties
Column | Gets the index that contains the column keys to the groups. |
Count |
Gets the number of groups.
(Inherited from Pivot) |
Index | Gets the linearized index of the pivot. |
Row | Gets the index that contains the row keys to the groups. |
Methods
Aggregate |
Applies the specified aggregator to the elements of a vector according to the current grouping.
(Inherited from Pivot) |
Aggregate |
Applies the specified aggregator to the elements of a vector according to the current grouping.
(Inherited from Pivot) |
Aggregate | (Inherited from Pivot) |
Aggregate | (Inherited from Pivot) |
Counts |
Returns a matrix that contains the counts of the elements in each pivot cell.
(Inherited from Pivot) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
Get | Returns a data frame that contains the number of elements of each group. |
Get | Serves as the default hash function. (Inherited from Pivot) |
Get |
Gets the index that contains the unique keys to the groups.
(Overrides Pivot.GetIndex()) |
Get |
Returns the sequence of indexes for the specified group.
(Inherited from Pivot) |
Get |
Gets a sequence of indexes for the grouping.
(Inherited from Pivot) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |