MyMediaLite
SparseBooleanMatrix.Overlap Method (SparseBooleanMatrix)
Syntax
Collapse All
Get the overlap of two matrices, i.e. the number of true entries where they agree
Declaring type:
SparseBooleanMatrix
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public int Overlap ( SparseBooleanMatrix
s
)
Parameters
s
the
SparseBooleanMatrix
to compare to
Return Value
the number of entries that are true in both matrices
Top
Generated by
ImmDoc .NET
.