MyMediaLite
Pearson.Create Method (IRatings, EntityType, float)
Syntax
Collapse All
Create a Pearson correlation matrix from given data
Declaring type:
Pearson
Namespace:
MyMediaLite.Correlation
Assembly:
MyMediaLite
Syntax
C#
public static CorrelationMatrix Create ( IRatings
ratings
, EntityType
entity_type
, float
shrinkage
)
Parameters
ratings
the ratings data
entity_type
the entity type, either USER or ITEM
shrinkage
a shrinkage parameter
Return Value
the complete Pearson correlation matrix
Top
Generated by
ImmDoc .NET
.