Copy constructor. Creates an object of type Cosine from an existing one.
Declaring type: Cosine
Namespace: MyMediaLite.Correlation
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public Cosine (
        CorrelationMatrix correlation_matrix
) 
Parameters
correlation_matrix
the correlation matrix to copy