Sum up the correlations between a given entity and the entities in a collection
Declaring type: CorrelationMatrix
Namespace: MyMediaLite.Correlation
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public double SumUp (
        int entity_id,
        ICollection<int> entities
) 
Parameters
entity_id
the numerical ID of the entity
entities
a collection containing the numerical IDs of the entities to compare to
Return Value
the correlation sum