C# Class MyMediaLite.Correlation.RatingCorrelationMatrix

CorrelationMatrix that computes correlations over rating data
Inheritance: CorrelationMatrix
Datei anzeigen Open project: zenogantner/MML-KDD

Public Methods

Method 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 method

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
return void

RatingCorrelationMatrix() public method

Constructor
public RatingCorrelationMatrix ( int num_entities ) : System
num_entities int the number of entities
return System