1

I am having a mixed data type and I want to implement cluster my data set into 3 clusters. Because I have mixed data I have to compute gower distance as part of a distance matrix.Now that I have this gower distance matrix, what are the different algorithms I can use with distance matrix as an input in R? Please let me know.

Thank you.

Regards, Anil

ttnphns
  • 51,648
  • 40
  • 253
  • 462
Anilaaryan
  • 21
  • 2
  • Please start with reading here https://stats.stackexchange.com/a/15313/3277. – ttnphns Sep 23 '21 at 07:13
  • A list of algorithms that can be used for clustering is far too broad to be answered in this format. Can you be specific about what would make an algorithm a good candidate for your particular use-case? – Sycorax Dec 08 '21 at 15:26
  • Several methods of grouping assume that objects can be described by a matrix containing a measure of similarity (distance) between them. Once you have this matrix, you can use Pam. – Alexsandra Gomes Dec 08 '21 at 14:01

0 Answers0