SAGA-GIS Tool Library Documentation (v7.2.0)

Tool Principal Component Analysis

Principal Component Analysis (PCA) for tables.


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputTableTable (input)TABLE--
OutputPrincipal Components (*)Table (optional output)PCA--
OptionsAttributesParametersFIELDS-0 Parameters:
MethodChoiceMETHOD-Available Choices:
[0] correlation matrix
[1] variance-covariance matrix
[2] sums-of-squares-and-cross-products matrix
Default: 1
Number of ComponentsIntegerNFIRSTmaximum number of calculated first components; set to zero to get allMinimum: 0
Default: 3
(*) optional

Command-line

Usage: saga_cmd table_calculus 7 [-TABLE <str>] [-PCA <str>] [-METHOD <str>] [-NFIRST <num>]
  -TABLE:<str> 	Table
	Table (input)
  -PCA:<str>   	Principal Components
	Table (optional output)
  -METHOD:<str>	Method
	Choice
	Available Choices:
	[0] correlation matrix
	[1] variance-covariance matrix
	[2] sums-of-squares-and-cross-products matrix
	Default: 1
  -NFIRST:<num>	Number of Components
	Integer
	Minimum: 0
	Default: 3