elbamos/largeVis

as.dendogram.hbscan not found

Closed this issue · 8 comments

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"

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

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