Class for storing sparse matrices. The data is stored in row-major mode. Indexes are zero-based.
Declaring type: SparseMatrix<T>
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Public Constructors
  Name Description
Public Method SparseMatrix

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