Properties that can be configured for the R-K-Means algorithm.
| Property | Description |
|---|---|
| Output Mode | Select the mode in which you want to use the output of this algorithm. |
| Features | Select the input columns with which you want to perform the analysis. |
| Number of Clusters | Enter the number of groups for clustering. |
| Cluster Name | Enter a name for the newly created column that contains the cluster name. |
| Maximum Iterations | Enter the number of iterations allowed for finding clusters. The default value is 100. |
| No. of Initial Cluster Center Sets | Enter the number of random initial sets of cluster centers for clustering (n start). The default value is 1. |
| Initial Cluster Center Seed | Enter a value to randomly select initial cluster centers from acquired data. |
| Algorithm | Select the type of algorithm to be used for performing R-K-Means clustering. |