Get all entities that are positively correlated to an entity, sorted by correlation
Declaring type: CorrelationMatrix
Namespace: MyMediaLite.Correlation
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public IList<int> GetPositivelyCorrelatedEntities (
        int entity_id
) 
Parameters
entity_id
the entity ID
Return Value
a sorted list of all entities that are positively correlated to entitiy_id