eren-ck / st_dbscan

ST-DBSCAN: Simple and effective tool for spatial-temporal clustering
MIT License
131 stars 25 forks source link

wrong when use "st_dbscan.fit_frame_split" #7

Closed fff2zrx closed 2 years ago

fff2zrx commented 2 years ago

hello,eren-ck! when I use "st_dbscan.fit_frame_split", I set st_dbscan.fit_frame_split(data, frame_size = 500) sometimes it goes well,sometimes it goes wrong: the length of labels don't equal the length of data how should I solve this question? Thank you!

eren-ck commented 2 years ago

Hello, do you have a dataset or example with which I can reproduce the issue?

Cheers, Eren