MyMediaLite
BinaryCosine.Create Method (SparseBooleanMatrix)
Syntax
Collapse All
Creates a Cosine similarity matrix from given data
Declaring type:
BinaryCosine
Namespace:
MyMediaLite.Correlation
Assembly:
MyMediaLite
Syntax
C#
public static CorrelationMatrix Create ( SparseBooleanMatrix
vectors
)
Parameters
vectors
the boolean data
Return Value
the similarity matrix based on the data
Top
Generated by
ImmDoc .NET
.