中文说明: 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.