C# 클래스 MyMediaLite.Correlation.BinaryDataCorrelationMatrix

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

공개 메소드들

메소드 설명
BinaryDataCorrelationMatrix ( int num_entities ) : System

Constructor

ComputeCorrelations ( IBooleanMatrix entity_data ) : void

Compute the correlations from an implicit feedback, positive-only dataset

메소드 상세

BinaryDataCorrelationMatrix() 공개 메소드

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

ComputeCorrelations() 공개 메소드

Compute the correlations from an implicit feedback, positive-only dataset
public ComputeCorrelations ( IBooleanMatrix entity_data ) : void
entity_data IBooleanMatrix the implicit feedback set, rows contain the entities to correlate
리턴 void