MyMediaLite
SkewSymmetricSparseMatrix Class
Syntax
Remarks
Members
Collapse All
a skew symmetric (anti-symmetric) sparse matrix; consumes less memory
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public class SkewSymmetricSparseMatrix :
SymmetricSparseMatrix<float>
Top
Remarks
Be careful when accessing the matrix via the NonEmptyEntryIDs and NonEmptyRows properties: these contain only the entries with x > y, but not their antisymmetric counterparts.
Top
Members
Click
here
to see the list of members.
Top
Generated by
ImmDoc .NET
.