-
Notifications
You must be signed in to change notification settings - Fork 118
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
Affinity propagation documentation #130
Comments
Ok, thanks for the update. I will try it and close the issue. For now i am using dbscan quite successfully.. |
unfortunately, I did not have success with AP in Julia. The result is not consistent with python sklearn which was supposed to be more stable. |
my comparison code is not correct. python start from 0, so I should add 1 for python labels. Julia implementation seems correct. |
actually, the result do have some difference. |
it turns out just some label value difference, the rand index is 1.0, so it is correct! |
The affinity propagation clustering method would gain with some docs on the use.
The text was updated successfully, but these errors were encountered: