a symmetric sparse matrix; consumes less memory
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public class SymmetricSparseMatrix<T> :  SparseMatrix<T>
where T  : new()
Type Parameters
T

There is no description.

Collapse/Expand Remarks
Be careful when accessing the matrix via the NonEmptyEntryIDs and NonEmptyRows properties: these contain only the entries with x > y, but not their symmetric counterparts.
Collapse/Expand Members

Click here to see the list of members.