Returns a matrix that contains the counts of the elements in each pivot cell.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<double> CountsMatrix()
Public Function CountsMatrix As Matrix(Of Double)
public:
Matrix<double>^ CountsMatrix()
member CountsMatrix : unit -> Matrix<float>
Return Value
Type:
MatrixDoubleA matrix that contains the counts of the elements in each pivot cell
indexed by the row and column indexes of the pivot object.
Reference