Clustering plugin for the ManiVault visual analytics framework.
git clone git@github.com:ManiVaultStudio/ClusteringPlugin.gitUses cluster algorithm implementations from mlpack [3-clause BSD].
- k-means: mlpack/tutorials/kmeans.md
- Mean-Shift: mlpack/methods/mean_shift.md
- A larger
radius multipliervalue will generally result in fewer clusters (e.g. a coarser clustering); smaller radius values will generally result in more clusters.
- A larger
- DBSCAN: mlpack/bindings/cli.md#mlpack_dbscan
Epsilon: Radius of each range searchMin size: Minimum number of points for a cluster