extractHDBSCAN | R Documentation |
Run hdbscan
on a distance matrix and gather some information.
extractHDBSCAN(dstmtx, minPts = 8, includePlot = FALSE)
dstmtx |
Distance matrix |
minPts |
Minimum points for |
includePlot |
Whether too include the plot (requires |
List: the df
element is a tibble with information per token:
_id: comes from the rownames of dstmtx
cluster: gives the clustering of the elements
membprob: indicates membership probabilities
eps: returns the epsilon value
If includePlot
is TRUE
, a grob
of the plot is included under hplot
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.