2021
03-24
03-24
python 基于空间相似度的K-means轨迹聚类的实现
这里分享一些轨迹聚类的基本方法,涉及轨迹距离的定义、kmeans聚类应用。需要使用的python库如下importpandasaspdimportnumpyasnpimportrandomimportosimportmatplotlib.pyplotaspltimportseabornassnsfromscipy.spatial.distanceimportcdistfromitertoolsimportcombinationsfromjoblibimportParallel,delayedfromtqdmimporttqdm数据读取假设数据是每一条轨迹一个excel文件,包括经纬度、速度、方向的...
继续阅读 >