MyMediaLite
SymmetricSparseMatrix<T> Class
Syntax
Remarks
Members
Collapse All
a symmetric sparse matrix; consumes less memory
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public class SymmetricSparseMatrix<T> :
SparseMatrix<T>
where T
: new()
Type Parameters
T
There is no description.
Top
Remarks
Be careful when accessing the matrix via the NonEmptyRows property: this contains only the entries with x >, but not their symmetric counterparts.
Top
Members
Click
here
to see the list of members.
Top
Generated by
ImmDoc .NET
.