Description Usage Arguments Value
Performs HDBSCAN clustering on a n-dimensional matrix.
The algorithm is explained in detail in http://joss.theoj.org/papers/10.21105/joss.00205 and needs the python package hdbscan
installed.
1 2 |
embedding |
A matrix giving the embedding to be used for clustering. |
min_samples |
Measure of how conservative the clustering should to be. The larger the value of |
min_cluster_size |
The smallest size grouping that is considered a cluster. |
outlier |
Determines how outliers are encoded in the resulting clustering. |
seed |
A numeric seed to initialize the random number generator. |
A factor with the assigned cluster.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.