Pivot Class

Represents a two-dimensional grouping of data.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public class Pivot : IPivot, IGrouping
Inheritance
Object  →  Pivot
Derived
Implements
IGrouping, IPivot

Constructors

Pivot Constructs a new pivot object, taking row and column keys from the specified vectors.

Properties

ColumnIndex Gets the index that contains the column keys to the groups.
Count Gets the number of groups.
RowIndex Gets the index that contains the row keys to the groups.

Methods

AggregateInto<T, U>(Vector<T>, Aggregator<T, U>, Vector<U>) Applies the specified aggregator to the elements of a vector according to the current grouping.
AggregateInto<T, U>(Vector<T>, Vector<T>, Aggregator2<T, U>, Vector<U>) Applies the specified aggregator to the elements of a vector according to the current grouping.
CountsMatrix Returns a matrix that contains the counts of the elements in each pivot cell.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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 histogram of the number of observations in each group.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetIndexes(Int32) Returns the sequence of indexes for the specified group.
GetIndexes(Int32, Int32) Gets a sequence of indexes for the grouping.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also