Creates a Cosine similarity matrix from given data
Declaring type: Cosine
Namespace: MyMediaLite.Correlation
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static CorrelationMatrix Create (
        SparseBooleanMatrix vectors
) 
Parameters
vectors
the boolean data
Return Value
the similarity matrix based on the data