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

Affinity propagation documentation #130

Open
bosscha opened this issue Oct 19, 2018 · 6 comments
Open

Affinity propagation documentation #130

bosscha opened this issue Oct 19, 2018 · 6 comments
Labels

Comments

@bosscha
Copy link

bosscha commented Oct 19, 2018

The affinity propagation clustering method would gain with some docs on the use.

@jingpengw
Copy link
Contributor

@bosscha
Copy link
Author

bosscha commented Nov 9, 2018

Ok, thanks for the update. I will try it and close the issue. For now i am using dbscan quite successfully..

@jingpengw
Copy link
Contributor

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.
#131

@jingpengw
Copy link
Contributor

my comparison code is not correct. python start from 0, so I should add 1 for python labels. Julia implementation seems correct.

@jingpengw
Copy link
Contributor

actually, the result do have some difference.

@jingpengw
Copy link
Contributor

it turns out just some label value difference, the rand index is 1.0, so it is correct!

@alyst alyst added the docs label Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants