SAGA 9.9.1 | Tool Library Documentation

Principal Component Analysis


Description

Principal Component Analysis (PCA) for tables.


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputTabletable, inputTABLE--
OutputPrincipal Componentstable, output, optionalPCA--
OptionsMethodchoiceMETHOD-Available Choices: [0] correlation matrix [1] variance-covariance matrix [2] sums-of-squares-and-cross-products matrix Default: 1
Number of Componentsinteger numberNFIRSTmaximum number of calculated first components; set to zero to get allMinimum: 0 Default: 3

Command Line


Usage: saga_cmd table_calculus 7 [-TABLE ] [-PCA ] [-METHOD ] [-NFIRST ]
  -TABLE:    Table
	table, input
  -PCA:      Principal Components
	table, output, optional
  -METHOD:
                  Method
                  	choice
                  	Available Choices:
                  	[0] correlation matrix
                  	[1] variance-covariance matrix
                  	[2] sums-of-squares-and-cross-products matrix
                  	Default: 1
  -NFIRST:   Number of Components
	integer number
	Minimum: 0
	Default: 3