Pivot.Counts Matrix 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#
A matrix that contains the counts of the elements in each pivot cell indexed by the row and column indexes of the pivot object.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.