zrg1048
zrg1048
https://github.com/kkteru/grail/blob/7180a5208e33e69226e7f5eebee220999d0a959e/subgraph_extraction/datasets.py#L161
Here is the test data I am using. I just set the first two points are near to each other and I expect they should be recognized as staypoints. ```...
For example, there are three points like `[point1, point2, point3]`. When` distance(point1, point2) > dist_threshold`, and the `time_threshold` also satisfies the condition. The first two points` [point1, point2] `will be...