C# 클래스 MyMediaLite.Correlation.RatingCorrelationMatrix

CorrelationMatrix that computes correlations over rating data
상속: CorrelationMatrix
파일 보기 프로젝트 열기: zenogantner/MML-KDD

공개 메소드들

메소드 설명
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

메소드 상세

ComputeCorrelations() 공개 메소드

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
리턴 void

RatingCorrelationMatrix() 공개 메소드

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