2

Can I use Cosine similarity measure for estimating similarity/relationship between D1 and D2 (two categorical datasets)

enter image description here

Msilvy
  • 41
  • 5

1 Answers1

0

Yes, you can use cosine similarity between D1 and D2 after encoding them as they are ordinal variables i.e preserves the order among the feature values.

Vivek
  • 189
  • 5