Create a Pearson correlation matrix from given data
Declaring type: Pearson
Namespace: MyMediaLite.Correlation
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static CorrelationMatrix Create (
        RatingData ratings,
        EntityType entity_type,
        float shrinkage
) 
Parameters
ratings
the ratings data
entity_type
the entity type, either USER or ITEM
shrinkage
a shrinkage parameter
Return Value
the complete Pearson correlation matrix