Pivot Constructor

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

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Pivot(
	ICategoricalVector rowKeys,
	ICategoricalVector columnKeys
)

Parameters

rowKeys  ICategoricalVector
A categorical vector that contains the row keys.
columnKeys  ICategoricalVector
A categorical vector that contains the column keys.

See Also