Performs a modified k-means clustering operation on a multi-spectral dataset.
modified_k_means_clustering(inputs, output, out_html = NULL,
start_clusters = 1000, merger_dist = NULL, max_iterations = 10,
class_change = 2, verbose_mode = FALSE)
Input raster files.
Output raster file.
Output HTML report file.
Initial number of clusters.
Cluster merger distance.
Maximum number of iterations.
Minimum percent of cells changed between iterations before completion.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.