Pivot Constructor

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

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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