文件名称:DBSCANSD-master
介绍说明--下载内容均来自于网络,请自行研究使用
Java implementation for DBSCANSD, a trajectory clustering algorithm.
DBSCANSD (Density-Based Spatial Clustering of Applicationswith Noise considering Speed and Direction)[1] is a clustering algorithm extended from DBSCAN [2]. It can consider speed and direction, which is essential for maritime lanes extraction. The output of this algorithm is a set of Gravity Vectors (GV) and Sampled Stopping Points (SSP).
In the present version, the implementation has not included generating SSP yet, but I shall add this part later.
Since the AIS data provided for this project is confidential, I cannot upload it to github as example. But I generated a toy data set and put it in the src folder which can be tested with the program. And it will be great if you use this algorithm for other domains' problems, such as tracking data of vehicles, pedestrian, hurricane or animals.
More details about this algorithm can be found in [1]. The link is as following:
http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=7004281
DBSCANSD (Density-Based Spatial Clustering of Applicationswith Noise considering Speed and Direction)[1] is a clustering algorithm extended from DBSCAN [2]. It can consider speed and direction, which is essential for maritime lanes extraction. The output of this algorithm is a set of Gravity Vectors (GV) and Sampled Stopping Points (SSP).
In the present version, the implementation has not included generating SSP yet, but I shall add this part later.
Since the AIS data provided for this project is confidential, I cannot upload it to github as example. But I generated a toy data set and put it in the src folder which can be tested with the program. And it will be great if you use this algorithm for other domains' problems, such as tracking data of vehicles, pedestrian, hurricane or animals.
More details about this algorithm can be found in [1]. The link is as following:
http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=7004281
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : DBSCANSD-master.zip 列表 DBSCANSD-master/ DBSCANSD-master/.classpath DBSCANSD-master/.project DBSCANSD-master/.settings/ DBSCANSD-master/.settings/org.eclipse.core.resources.prefs DBSCANSD-master/.settings/org.eclipse.jdt.core.prefs DBSCANSD-master/LICENSE.md DBSCANSD-master/README.md DBSCANSD-master/bin/ DBSCANSD-master/bin/boliu/ DBSCANSD-master/bin/boliu/dbscansd/ DBSCANSD-master/bin/boliu/dbscansd/Cluster.class DBSCANSD-master/bin/boliu/dbscansd/DBScanSD.class DBSCANSD-master/bin/boliu/dbscansd/DBScanUtility.class DBSCANSD-master/bin/boliu/dbscansd/FileIO.class DBSCANSD-master/bin/boliu/dbscansd/GravityVector.class DBSCANSD-master/bin/boliu/dbscansd/GravityVectorExtraction.class DBSCANSD-master/bin/boliu/dbscansd/Main.class DBSCANSD-master/bin/boliu/dbscansd/MappingPoint.class DBSCANSD-master/bin/boliu/dbscansd/TrajectoryPoint.class DBSCANSD-master/bin/toy_data.csv DBSCANSD-master/src/ DBSCANSD-master/src/boliu/ DBSCANSD-master/src/boliu/dbscansd/ DBSCANSD-master/src/boliu/dbscansd/Cluster.java DBSCANSD-master/src/boliu/dbscansd/DBScanSD.java DBSCANSD-master/src/boliu/dbscansd/DBScanUtility.java DBSCANSD-master/src/boliu/dbscansd/FileIO.java DBSCANSD-master/src/boliu/dbscansd/GravityVector.java DBSCANSD-master/src/boliu/dbscansd/GravityVectorExtraction.java DBSCANSD-master/src/boliu/dbscansd/Main.java DBSCANSD-master/src/boliu/dbscansd/MappingPoint.java DBSCANSD-master/src/boliu/dbscansd/TrajectoryPoint.java DBSCANSD-master/src/test_out_gv.csv DBSCANSD-master/src/test_out_moving_clusters.csv DBSCANSD-master/src/test_out_stoppingclusters.csv DBSCANSD-master/src/toy_data.csv