Label | Explanation | Data Type |
Input Features
|
The feature class or feature layer for which clusters will be created. |
Feature Layer |
Output Features
|
The output feature class that will be created containing all features, the analysis fields specified, and a field indicating to which cluster each feature belongs. |
Feature Class |
Analysis Fields
|
A list of fields that will be used to distinguish one cluster from another. |
Field |
Clustering Method
(Optional)
|
Specifies the clustering algorithm that will be used. The K means and K medoids options generally produce similar results. However, K medoids is more robust to noise and outliers in the Input Features parameter value. K means is generally faster than K medoids and is recommended for large data sets.
|
String |
Initialization Method
(Optional)
|
Specifies how initial seeds used to grow clusters will be obtained. If you indicate you want three clusters, for example, the analysis will begin with three seeds.
|
String |
Initialization Field
(Optional)
|
The numeric field identifying seed features. Features with a value of 1 for this field will be used to grow clusters. Each seed results in a cluster, so at least two seed features must be provided. |
Field |
Number of Clusters
(Optional)
|
The number of clusters that will be created. If you leave this parameter empty, the tool will evaluate the optimal number of clusters by computing a pseudo F-statistic for clustering solutions with 2 through 30 clusters. This parameter is disabled if the seed locations were provided in an initialization field. |
Long |
Output Table
for Evaluating Number of Clusters
(Optional)
|
The table containing the pseudo F-statistic for clustering solutions 2 through 30, calculated to evaluate the optimal number of clusters. The chart created from this table can be accessed in the stand-alone tables section of the Contents pane. |
Table |