Performs a k-means clustering operation on a multi-spectral dataset.
k_means_clustering(inputs, output, classes, out_html = NULL,
max_iterations = 10, class_change = 2, initialize = "diagonal",
min_class_size = 10, verbose_mode = FALSE)
Input raster files.
Output raster file.
Number of classes.
Output HTML report file.
Maximum number of iterations.
Minimum percent of cells changed between iterations before completion.
How to initialize cluster centres?.
Minimum class size, in pixels.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.