I have a scenario where I have a User which likes 10 different sports and there is another user which likes 20 different sports. I need to find the correlation between them. What kind of correlations can be used in such a scenario. Any kind of guide would be helpful. I tried with Pearson correlation but was not helpful. I would like to program using MATLAB. Thanks in advance.
Tell me more
×
Cross Validated is a question and answer site for
statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.
|
|
This is like inter-rater reliability. The code here should do it. |
|||||
|
|
If your goal is to measure similarity between individual users or groups of users you may use similarity or distance measures used in cluster analysis, biclustering or multidimensional scaling. In situations where you need such a measure the above techniques themselves may be useful, too. |
|||
|
|