문제

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