Description

Clusters objects using K-Means and/or DB-SCAN algorithms. Uses Apache Commons Math library for clustering.

Parameters

Input objects (default = "")

Cluster (parent) objects (default = "")

Apply volume (default = "false")

Clustering algorithm (default = "DBSCAN")
Number of clusters (default = "100")

Maximum number of iterations (default = "10000")

Neighbourhood for clustering (epsilon) (default = "10.0")

Minimum number of points per cluster (default = "5")

Only link objects in same frame (default = "true")