libcity.model.map_matching.IVMM¶
-
class
libcity.model.map_matching.IVMM.IVMM(config, data_feature)[源代码]¶ 基类:
libcity.model.abstract_traffic_tradition_model.AbstractTraditionModel-
_get_candidates()[源代码]¶ get candidates of each GPS sample with given road network :returns:
- a list of list.
In each list are tuples (edge, distance, node)
- 返回类型
self.candidates
-