MyMediaLite
CorrelationMatrix.SumUp Method (int, ICollection<int>)
Syntax
Collapse All
Sum up the correlations between a given entity and the entities in a collection
Declaring type:
CorrelationMatrix
Namespace:
MyMediaLite.Correlation
Assembly:
MyMediaLite
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
Top
Generated by
ImmDoc .NET
.