Pivot.CountsMatrix Method

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

Definition

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