DBSCAN using C++我要分享

DBSCAN using C++

关注次数: 248

下载次数: 0

文件大小: 3.64 MB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: It is implementation of DBSCAN by using C++ which is a well known clustering algorithm. The development tool is Visual Studio 2013. The implemented files are in clust_proj. And test_matlab_DBSCAN is a matlab version of algorithm The output will be printed on txt file called "result_main.txt", "result_cluster.txt" and "result_cluster_point.txt". result_main.txt: result of all points with clustered id and cluster family. The option of enabling printing out txt file is in the "CoordinateSet.h" result_cluster.txt: result of cluster id of all points. The option of enabling printing out the txt file is in the "DBSCAN.h" result_cluster_point.txt: This file is corresponds to result_cluster.txt. This includes the coordinates only.


English Description:

It is implementation of DBSCAN by using C++ which is a well known clustering algorithm. The development tool is Visual Studio 2013. The implemented files are in clust_proj. And test_matlab_DBSCAN is a matlab version of algorithm The output will be printed on txt file called "result_main.txt", "result_cluster.txt" and "result_cluster_point.txt". result_main.txt: result of all points with clustered id and cluster family. The option of enabling printing out txt file is in the "CoordinateSet.h" result_cluster.txt: result of cluster id of all points. The option of enabling printing out the txt file is in the "DBSCAN.h" result_cluster_point.txt: This file is corresponds to result_cluster.txt. This includes the coordinates only.


代码预览

相关推荐