-1

In resources which I read about Mean Shift, it's said that it's mainly used for image processing or visual data. Can't one use it for text clustering? Isn't it optimum for this purpose or what?!

I would be thankful if you provide me a link to a Shift Mean based code (Any programming language.)

Vynylyn
  • 172
  • 11

1 Answers1

1

Mean shift is much too expensive for this.

Also, means do not work well for text.

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