Problem 47879. Create co-occurrence matrix
Consider following transaction dataset;
We can transform this dataset to a binary format and then create co-occurence matrix as follow;
Co-occurence matrix shows how many times product pairs are bought together in market baskets (transactions). For example apple and tea bought together in two market baskets, milk and lemon never bought together and so on. It is a symmetric matrix.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers15
Suggested Problems
-
Find the two most distant points
2905 Solvers
-
Remove the small words from a list of words.
1543 Solvers
-
Convert a numerical matrix into a cell array of strings
2218 Solvers
-
Convert a vector into a number
609 Solvers
-
Create matrix of replicated elements
386 Solvers
More from this Author92
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!