質問

Possible Duplicate:
How to apply DBSCAN algorithm on grouping of similar url

I have been told to do a project in my final sem, as the project involves in clustering similar strings using DBSCAN. I want to know can this be done using DBSCAN, If yes then how can i implement the same.

役に立ちましたか?

解決

As I told you earlier (at How to apply DBSCAN algorithm on grouping of similar url ), this is possible.

But YOU need to define the similarity you need for your application.

Nobody on stackoverflow will be able to help you with that, unless you are very clear on what kind of similarity you need.

There are lots of string metrics available, and you need to find out what works for your particular problem:

https://en.wikipedia.org/wiki/String_metric

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top