Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Geometry Script Point Clustering Options' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Geometry Script Point Clustering Options |
Outputs
| Type | Name | Description |
|---|---|---|
| vector | Initial Cluster Centers | If not empty, will be used instead of Target Num Clusters. Specifies the initial cluster centers to use. |
| integer | Target Num Clusters | Number of clusters requested, if Initial Cluster Centers is empty. Actual clusters generated may be smaller, e.g. if there are fewer points |
| enum | Initialize Method | Method to initialize the cluster centers, if Initial Cluster Centers is empty |
| integer | Random Seed | Random Seed used to initialize clustering, if the Random cluster initialization is chosen |
| integer | Max Iterations | Maximum iterations to run the clustering process. Will stop earlier if/when clustering converges. |