Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.11 KB

File metadata and controls

28 lines (21 loc) · 1.11 KB

Clusters from points plugin

Screenshot of the clusters from points plugin user interface

This analysis plugin is used to derive clusters from points using various extraction algorithms.

git clone git@github.com:ManiVaultStudio/ClustersFromPointsPlugin.git

Points are grouped (clustered) based on their numerical value for a user specified dimension. Point values can be grouped by:

  • their rounded numerical value (Identifier)
  • their point index (Index)
  • in which interval they fall (Stratification)
  • a user defined interval (Interval)

Usage

Please follow these steps to generate clusters:

  • Right-click a points dataset in the data hierarchy
  • Choose Analyze > Extract clusters
  • Pick a grouping algorithm
  • Click Start

To start, you can also select one or multiple cluster datasets with this analysis and click Analyze > Start clustering...

Tutorials

clusters_from_points_extension This tutorial shows how to use an external datas to partition points in clusters using rounding