SAGA-GIS Module Library Documentation (v2.1.3)

Module Supervised Classification for Polygons

Supervised Classification

Parameters

 NameTypeIdentifierDescriptionConstraints
InputPolygonsShapes (input)POLYGONS--
OutputClassificationShapes (output)CLASSES--
SummaryTable (output)CLASS_INFO--
OptionsClass IdentifierTable fieldCLASS_ID--
AttributesTable fieldsFIELDS--
MethodChoiceMETHOD-Available Choices:
[0] Minimum Distance
[1] Spectral Angle Mapping
Default: 0
NormaliseBooleanNORMALISE-Default: 0
Distance ThresholdFloating pointTHRESHOLD_DISTLet pixel stay unclassified, if minimum or mahalanobis distance is greater than threshold.Minimum: 0.000000
Default: 0.000000
Spectral Angle Threshold (Degree)Floating pointTHRESHOLD_ANGLELet pixel stay unclassified, if spectral angle distance is greater than threshold.Minimum: 0.000000
Maximum: 90.000000
Default: 0.000000

Command-line

Usage: saga_cmd imagery_classification 4 -POLYGONS <str> [-CLASS_ID <str>] [-FIELDS <str>] [-CLASSES <str>] [-CLASS_INFO <str>] [-METHOD <str>] [-NORMALISE <str>] [-THRESHOLD_DIST <str>] [-THRESHOLD_ANGLE <str>]
  -POLYGONS:<str>       	Polygons
	Shapes (input)
  -CLASS_ID:<str>       	Class Identifier
	Table field
  -FIELDS:<str>         	Attributes
	Table fields
  -CLASSES:<str>        	Classification
	Shapes (output)
  -CLASS_INFO:<str>     	Summary
	Table (output)
  -METHOD:<str>         	Method
	Choice
	Available Choices:
	[0] Minimum Distance
	[1] Spectral Angle Mapping
	Default: 0
  -NORMALISE:<str>      	Normalise
	Boolean
	Default: 0
  -THRESHOLD_DIST:<str> 	Distance Threshold
	Floating point
	Minimum: 0.000000
	Default: 0.000000
  -THRESHOLD_ANGLE:<str>	Spectral Angle Threshold (Degree)
	Floating point
	Minimum: 0.000000
	Maximum: 90.000000
	Default: 0.000000