Pivot.Counts Matrix 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.3
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: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.