基于多尺度时空聚类的共享单车潮汐特征挖掘与需求预测研究
|
姜晓, 白璐斌, 楼夏寅, 李梅, 刘晖
|
Usage Patterns Identification and Flow Prediction of Bike-sharing System based on Multiscale Spatiotemporal Clustering
|
JIANG Xiao, BAI Lubin, LOU Xiayin, LI Mei, LIU Hui
|
|
|
|
|
算法1 基于时空约束的网络聚类GC2 | Require: | 输入:停车点相关性网络矩阵,G; | 节点集合,V | 一次迭代中节点类别交换的最低次数, | Ensure: 给每个节点初始化一个独一无二的簇标签 | repeat 初始化交换次数 =0 for in V do 从节点集合V中移除当前节点 记录 此时的标 签 计算节点 与其邻接簇之间的收益value | 将节点 分配给value最大的簇,将此簇的标签 赋予 ,将 添加到集合V中 | if then | end if end if until |
|
|
|