Méthode | Description | |
---|---|---|
ComputeCorrelations ( IRatings ratings, EntityType entity_type ) : void |
Compute the correlations for a given entity type from a rating dataset
|
|
RatingCorrelationMatrix ( int num_entities ) : System |
Constructor
|
public ComputeCorrelations ( IRatings ratings, EntityType entity_type ) : void | ||
ratings | IRatings | the rating data |
entity_type | EntityType | the EntityType - either USER or ITEM |
Résultat | void |
public RatingCorrelationMatrix ( int num_entities ) : System | ||
num_entities | int | the number of entities |
Résultat | System |