Pivot.CountsMatrix Method

Returns a matrix that contains the counts of the elements in each pivot cell.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Matrix<double> CountsMatrix()

Return Value

Matrix<Double>
A matrix that contains the counts of the elements in each pivot cell indexed by the row and column indexes of the pivot object.

See Also