Class for storing sparse matrices
Declaring type: SparseMatrix<T>
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Public Constructors
  Name Description
Public Method SparseMatrix Create a sparse matrix with a given number of rows
Collapse/Expand Public Methods
  Name Description
Public Method CreateMatrix

There is no summary.

Collapse/Expand Public Properties
  Name Description
Public Property Item Overloaded. Get a row of the matrix
Public Property NonEmptyEntryIDs The row and column IDs of non-empty entries in the matrix
Public Property NonEmptyRows The non-empty rows of the matrix (the ones that contain at least one non-zero entry), with their IDs
Public Property NumberOfColumns

There is no summary.

Public Property NumberOfRows

There is no summary.