├── Data ├── POI_xiamen_island_2020_ZoneID.csv ├── Xiamen_region_partition.7z ├── mock_ground_truth.tensor └── xiamen_edge_index_weight.csv ├── Figures └── Figure1.png ├── LICENSE ├── Paper └── paper.pdf ├── README.md ├── Variables.py ├── functional_distribution_learning.py ├── poi_embedding.py └── poi_network.py /Data/POI_xiamen_island_2020_ZoneID.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RightBank/Semantics-preserved-POI-embedding/HEAD/Data/POI_xiamen_island_2020_ZoneID.csv -------------------------------------------------------------------------------- /Data/Xiamen_region_partition.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RightBank/Semantics-preserved-POI-embedding/HEAD/Data/Xiamen_region_partition.7z -------------------------------------------------------------------------------- /Data/mock_ground_truth.tensor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RightBank/Semantics-preserved-POI-embedding/HEAD/Data/mock_ground_truth.tensor -------------------------------------------------------------------------------- /Data/xiamen_edge_index_weight.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RightBank/Semantics-preserved-POI-embedding/HEAD/Data/xiamen_edge_index_weight.csv -------------------------------------------------------------------------------- /Figures/Figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RightBank/Semantics-preserved-POI-embedding/HEAD/Figures/Figure1.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RightBank/Semantics-preserved-POI-embedding/HEAD/LICENSE -------------------------------------------------------------------------------- /Paper/paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RightBank/Semantics-preserved-POI-embedding/HEAD/Paper/paper.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RightBank/Semantics-preserved-POI-embedding/HEAD/README.md -------------------------------------------------------------------------------- /Variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RightBank/Semantics-preserved-POI-embedding/HEAD/Variables.py -------------------------------------------------------------------------------- /functional_distribution_learning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RightBank/Semantics-preserved-POI-embedding/HEAD/functional_distribution_learning.py -------------------------------------------------------------------------------- /poi_embedding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RightBank/Semantics-preserved-POI-embedding/HEAD/poi_embedding.py -------------------------------------------------------------------------------- /poi_network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RightBank/Semantics-preserved-POI-embedding/HEAD/poi_network.py --------------------------------------------------------------------------------