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

exemplars_ ordering not matching labels_ ordering #308

Open
alexgand opened this issue Jun 30, 2019 · 2 comments · May be fixed by #586
Open

exemplars_ ordering not matching labels_ ordering #308

alexgand opened this issue Jun 30, 2019 · 2 comments · May be fixed by #586

Comments

@alexgand
Copy link

Hi, I suppose the clusterer.exemplars_ returns points in the order of clusterer.labels_, this is, the first exemplar refers to label 0, the second refers to points assinged to label 1, ...

I would like to double check this information, since I didn't find it on the documentation.

I have a clusterer object which is returning exemplars far different than the points associated with the each label, so I wonder if the exemplars_ are shown in a differente order than the labels_.

Thanks and congrats on the work done on hdbscan and umap.

@alexgand alexgand changed the title exemplars_ order not matching labels_ order exemplars_ ordering not matching labels_ ordering Jun 30, 2019
@lmcinnes
Copy link
Collaborator

lmcinnes commented Jul 1, 2019

They should be in the same order. There are perhaps some lingering issues for certain cases that may 'cause something to go wrong. I'll try and track it down when I get some time.

@raviteja-cfx
Copy link

Iam facing the same issue, the exemplars ordering is not matching

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

Successfully merging a pull request may close this issue.

3 participants