PCA Operator |
Name: | PCA |
Full name: | org.esa.snap.cluster.PrincipalComponentAnalysisOp |
Purpose: | Performs a Principal Component Analysis. |
Version: | 1.0 |
Name | Description |
---|---|
sourceProduct |
The source product. |
Name | Data Type | Default | Description | Constraints |
---|---|---|---|---|
sourceBandNames |
String[] |
|
The names of the bands being used for the cluster analysis. | |
componentCount |
int |
-1 |
The maximum number of principal components to compute. | |
roiMaskName |
String |
|
The name of the ROI mask that should be used. | |
removeNonRoiPixels |
boolean |
false |
Removes all non-ROI pixels in the target product. |