-3

How do people analyze the data?
Nearest algorithm according to which the humans analyze the data
Can I say that the people group the data similar to the s.link algorithm based on these test cases? Case 1 Case 2 Case 3 Case 4 Case 5

Has QUIT--Anony-Mousse
  • 76,138
  • 12
  • 138
  • 194
Irfan
  • 25
  • 5

2 Answers2

1

Your figures suggest that density based clustering is what your human users wanted.

E.g. DBSCAN.

Has QUIT--Anony-Mousse
  • 76,138
  • 12
  • 138
  • 194
0

Elements of Statistical Learning book is useful to understand basic programming and skills. You can also download this books from http://statweb.stanford.edu/~tibs/ElemStatLearn/