SAGA 9.3.3 | Tool Library Documentation

ISODATA Clustering for Grids


Description

This tool executes the Isodata unsupervised classification - clustering algorithm. Isodata stands for Iterative Self-Organizing Data Analysis Techniques. This is a more sophisticated algorithm which allows the number of clusters to be automatically adjusted during the iteration by merging similar clusters and splitting clusters with large standard deviations. The tool is based on Christos Iosifidis' Isodata implementation.


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputFeaturesgrid list, inputFEATURES--
OutputClustersgrid, outputCLUSTER--
Statisticstable, outputSTATISTICS--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
NormalizebooleanNORMALIZE-Default: 0
Maximum Number of Iterationsinteger numberITERATIONS-Minimum: 3 Default: 20
Initial Number of Clustersinteger numberCLUSTER_INI-Minimum: 0 Default: 5
Maximum Number of Clustersinteger numberCLUSTER_MAX-Minimum: 3 Default: 16
Minimum Number of Samples in a Clusterinteger numberSAMPLES_MIN-Minimum: 2 Default: 5
Update Colors from Featuresboolean, GUIRGB_COLORSUse the first three features in list to obtain blue, green, red components for class colour in look-up table.Default: 0
Start PartitionchoiceINITIALIZE-Available Choices: [0] random [1] periodical [2] keep values Default: 0

Command Line


Usage: saga_cmd imagery_isocluster 0 [-FEATURES ] [-CLUSTER ] [-STATISTICS ] [-NORMALIZE ] [-ITERATIONS ] [-CLUSTER_INI ] [-CLUSTER_MAX ] [-SAMPLES_MIN ] [-INITIALIZE ]
  -FEATURES:   	Features
	grid list, input
  -CLUSTER:    	Clusters
	grid, output
  -STATISTICS: 	Statistics
	table, output
  -NORMALIZE:  	Normalize
	boolean
	Default: 0
  -ITERATIONS: 	Maximum Number of Iterations
	integer number
	Minimum: 3
	Default: 20
  -CLUSTER_INI:	Initial Number of Clusters
	integer number
	Minimum: 0
	Default: 5
  -CLUSTER_MAX:	Maximum Number of Clusters
	integer number
	Minimum: 3
	Default: 16
  -SAMPLES_MIN:	Minimum Number of Samples in a Cluster
	integer number
	Minimum: 2
	Default: 5
  -INITIALIZE: 	Start Partition
	choice
	Available Choices:
	[0] random
	[1] periodical
	[2] keep values
	Default: 0