Represents a two-dimensional grouping of data.
SystemObject Extreme.DataAnalysisPivot Extreme.DataAnalysisPivotR, C
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public class Pivot<R, C> : Pivot
Public Class Pivot(Of R, C)
Inherits Pivot
generic<typename R, typename C>
public ref class Pivot : public Pivot
type Pivot<'R, 'C> =
class
inherit Pivot
end
Type Parameters
- R
- The element type of the row index of the pivot.
- C
- The element type of the column index of the pivot.
The PivotR, C type exposes the following members.
| Name | Description |
---|
 | ColumnIndex |
Gets the index that contains the column keys to the groups.
|
 | Count |
Gets the number of groups.
(Inherited from Pivot.) |
 | RowIndex |
Gets the index that contains the row keys to the groups.
|
Top
| Name | Description |
---|
 | AggregateIntoT, U(VectorT, AggregatorT, U, VectorU) |
Applies the specified aggregator to the elements of a vector according to the current grouping.
(Inherited from Pivot.) |
 | AggregateIntoT, U(VectorT, VectorT, Aggregator2T, U, VectorU) |
Applies the specified aggregator to the elements of a vector according to the current grouping.
(Inherited from Pivot.) |
 | CountsMatrix |
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.) |
 | GetCounts |
Returns a data frame that contains the number of elements of each group.
|
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetIndexes(Int32) |
Returns the sequence of indexes for the specified group.
(Inherited from Pivot.) |
 | GetIndexes(Int32, Int32) |
Gets a sequence of indexes for the grouping.
(Inherited from Pivot.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Reference