Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

there is a crash in dbscan algoritm #289

Open
zqzjz0911 opened this issue Apr 30, 2023 · 8 comments
Open

there is a crash in dbscan algoritm #289

zqzjz0911 opened this issue Apr 30, 2023 · 8 comments

Comments

@zqzjz0911
Copy link

in my data, row 26th will run into
https://github.com/sjwhitworth/golearn/blob/74ae077eafb245fa3bdca0288854b6d51f97fe60/clustering/dbscan.go#LL122C4-L122C4
and bit 277 will write into clustered,
and row 277 will run into

panic("Shouldn't happen!")

because row 277 has been in clustered but has not been in visited, and then crash

@dreaminglwj
Copy link

dreaminglwj commented Apr 30, 2023 via email

@riverlaker
Copy link

riverlaker commented Apr 30, 2023 via email

@zqzjz0911
Copy link
Author

is there some body following?

@riverlaker
Copy link

riverlaker commented Jun 19, 2023 via email

@dreaminglwj
Copy link

dreaminglwj commented Jun 19, 2023 via email

@uiosun
Copy link

uiosun commented Nov 3, 2023

is there some body following?

I think result is NO, the lib has 11 month not upgrade...

@riverlaker
Copy link

riverlaker commented Nov 3, 2023 via email

@dreaminglwj
Copy link

dreaminglwj commented Nov 3, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants