Represents a grouping of data in two-dimensional format.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public interface IPivot : IGrouping
Public Interface IPivot
Inherits IGrouping
public interface class IPivot : IGrouping
type IPivot =
interface
interface IGrouping
end
The IPivot 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 IGrouping.) |
 | Index |
Gets the index that contains the unique keys to the groups.
(Inherited from IGrouping.) |
 | RowIndex |
Gets the index that contains the row keys to the groups.
|
Top
| Name | Description |
---|
 | AggregateIntoT, U(VectorT, AggregatorT, U, VectorU) |
Aggregates the specified vector over each group and returns the result.
(Inherited from IGrouping.) |
 | AggregateIntoT, U(VectorT, VectorT, Aggregator2T, U, VectorU) |
Aggregates the specified vector over each group and returns the result.
(Inherited from IGrouping.) |
 | AsK |
Returns the grouping as a strongly typed GroupingTKey of type K.
(Inherited from IGrouping.) |
 | GetCounts |
Returns a histogram of the number of observations in each group.
(Inherited from IGrouping.) |
 | GetIndexes(Int32) |
Gets a sequence of indexes for the grouping.
(Inherited from IGrouping.) |
 | GetIndexes(Int32, Int32) |
Gets a sequence of indexes for the grouping.
|
Top
Reference