C# Class MyMediaLite.Correlation.BinaryDataCorrelationMatrix

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

Méthodes publiques

Méthode Description
BinaryDataCorrelationMatrix ( int num_entities ) : System

Constructor

ComputeCorrelations ( IBooleanMatrix entity_data ) : void

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

Method Details

BinaryDataCorrelationMatrix() public méthode

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

ComputeCorrelations() public méthode

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
Résultat void