C# Class MyMediaLite.Correlation.RatingCorrelationMatrix

CorrelationMatrix that computes correlations over rating data
Inheritance: CorrelationMatrix
Afficher le fichier Open project: zenogantner/MML-KDD

Méthodes publiques

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

Method Details

ComputeCorrelations() public méthode

Compute the correlations for a given entity type from a rating dataset
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

RatingCorrelationMatrix() public méthode

Constructor
public RatingCorrelationMatrix ( int num_entities ) : System
num_entities int the number of entities
Résultat System