Generic clustering

Author

Cox Lab

Published

June 27, 2024

1 General

  • Type: - Matrix Processing
  • Heading: - Clustering
  • Source code: not public.

2 Brief description

Collection of cluster algorithms without graphical output.

3 Parameters

3.1 Method

Selected method that should be applied to cluster the data (default: K-means). The result will be displayed in newly generated categorical column named “Clusters”.

3.2 Number of clusters

Defines the number of clusters the data should be clustered into (default: 10).

4 Parameter window