模式聚类中的DBSCAN算法 [英] DBSCAN algorithm in patern clustering

查看:99
本文介绍了模式聚类中的DBSCAN算法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好。

今年我必须做一个毕业设计项目,我一直想着一个想法

我想在patern clustring工作/分类

在搜索互联网时我发现了一种名为DBSCAN的算法,它用于聚类

你怎么看待在c#中实现这个作为毕业项目?

是否在最后一年为像我这样的学生处理的水平还是比这更简单?

任何帮助将不胜感激

谢谢所有

解决方案

我认为这是毕业项目的简单方法。这或多或少是一个周末的任务。实际上你可以发现它已经用c#实现了: http:/ /www.c-sharpcorner.com/uploadfile/b942f9/implementing-the-dbscan-algorithm-using-C-Sharp/ [ ^ ]。



如果您在这类主题中思考,我建议您最好对几种聚类算法进行比较。为此,您必须选择样本字段(可以使用此方法评估的任何数据源,并且可以以某种形式比较生成的集群)。您可以在理论上评估算法的效率(评估复杂性),在几个不同的样本集上实现的性能(内容和大小不同),以及可能的性能改进考虑因素。最后,您可以比较同一样本中由不同聚类方法提供的结果聚类。



这对于毕业项目来说可能已经足够了。至少我来自哪里......


我遇到了我的主管,他接受了比较算法实现的想法,但我仍然需要集群的东西,我现在正在努力解决这个问题。 / BLOCKQUOTE>

Hello everyone
I have to make a graduation project this year and I've been thinking about an idea since a while
I want to work in patern clustring / classification
while searching the internet I found an algorithm called DBSCAN which used in clustering
what do you think about implementing this one in c# as a graduation project??
Is it in the level to be worked on for a student like me in final year or it's simpler than that?
any help will be appreciated
thanks all

解决方案

I think this is way to simple for a graduation project. It's more or less a one weekend task. Actually you can find it already implemented in c#: http://www.c-sharpcorner.com/uploadfile/b942f9/implementing-the-dbscan-algorithm-using-C-Sharp/[^].

If you think in this kind of topic I suggest you better do a comparison of several clustering algorithms. To do that you have to choose sample field (any data source that can be assessed with this method, and the resulting clusters can be compared in some form). You could assess the efficience of the algorithms in theory (evaluating complexity), the performance in you implementation on several different sample sets (differing in content and size), and maybe performance improvement considerations too. At the end you could compare the resulting clusters that were delivered by the different clustering methods on the same sample.

Well this might be enough for a graduation project. At least where I came from...


I met my supervisor and he accepted the idea of comparison of algorithms implementation but I still need something to cluster and I'm working about this now


这篇关于模式聚类中的DBSCAN算法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆