MyMediaLite
CorrelationMatrix.GetPositivelyCorrelatedEntities Method (int)
Syntax
Collapse All
Get all entities that are positively correlated to an entity, sorted by correlation
Declaring type:
CorrelationMatrix
Namespace:
MyMediaLite.Correlation
Assembly:
MyMediaLite
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
Top
Generated by
ImmDoc .NET
.