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

as.dendogram.hbscan not found #47

Closed
gemcavoy opened this issue May 2, 2017 · 8 comments
Closed

as.dendogram.hbscan not found #47

gemcavoy opened this issue May 2, 2017 · 8 comments

Comments

@gemcavoy
Copy link

gemcavoy commented May 2, 2017

When running this example and others, R can't find the as. dendogram.hdbscan

data(iris)
vis <- largeVis(t(iris[,1:4]), K = 20, sgd_batches = 1)
hdbscanobj <- hdbscan(vis, minPts = 10, K = 5)
plot(as_dendrogram_hdbscan(hdbscanobj))

Error in plot(as_dendrogram_hdbscan(hdbscanobj)) :
could not find function "as_dendrogram_hdbscan"

@elbamos
Copy link
Owner

elbamos commented May 2, 2017 via email

@gemcavoy
Copy link
Author

gemcavoy commented May 2, 2017 via email

@gemcavoy
Copy link
Author

gemcavoy commented May 2, 2017 via email

@elbamos
Copy link
Owner

elbamos commented May 2, 2017 via email

@elbamos
Copy link
Owner

elbamos commented May 3, 2017

@gemcavoy Can you confirm you're able to use it now?

@gemcavoy
Copy link
Author

gemcavoy commented May 4, 2017 via email

@elbamos
Copy link
Owner

elbamos commented May 4, 2017 via email

@elbamos
Copy link
Owner

elbamos commented May 12, 2017

fixed in 0.2.1 - please reopen if I'm mistaken, and thank you for the report!

@elbamos elbamos closed this as completed May 12, 2017
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

2 participants