Compute correlations between two entities for given ratings
Declaring type: Pearson
Namespace: MyMediaLite.Correlation
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static float ComputeCorrelation (
        RatingData ratings,
        EntityType entity_type,
        int i,
        int j,
        float shrinkage
) 
Parameters
ratings
the rating data
entity_type
the entity type, either USER or ITEM
i
the ID of first entity
j
the ID of second entity
shrinkage
the shrinkage parameter
Return Value

There is no description.