Get the overlap of two matrices, i.e. the number of true entries where they agree
Declaring type: SparseBooleanMatrix
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand 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