a symmetric sparse matrix; consumes less memory
Declaring type: SymmetricSparseMatrix<T>
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Public Constructors
  Name Description
Public Method SymmetricSparseMatrix Create a symmetric sparse matrix with a given dimension
Collapse/Expand Public Methods
  Name Description
Public Method Virtual CreateMatrix

There is no summary.

Collapse/Expand Public Properties
  Name Description
Public Property IsSymmetric Always true because the data type is symmetric
Public Property Item Access the elements of the sparse matrix
Public Property NonEmptyEntryIDs

There is no summary.

Public Property NumberOfNonEmptyEntries

There is no summary.