Метод | Описание | |
---|---|---|
BinaryDataCorrelationMatrix ( int num_entities ) : System |
Constructor
|
|
ComputeCorrelations ( IBooleanMatrix entity_data ) : void |
Compute the correlations from an implicit feedback, positive-only dataset
|
public BinaryDataCorrelationMatrix ( int num_entities ) : System | ||
num_entities | int | the number of entities |
Результат | System |
public ComputeCorrelations ( IBooleanMatrix entity_data ) : void | ||
entity_data | IBooleanMatrix | the implicit feedback set, rows contain the entities to correlate |
Результат | void |