PCA Operator |
![]() |
Name: | PCA |
Full name: | org.esa.beam.cluster.PrincipleComponentAnalysisOp |
Purpose: | Performs a Principle Component Analysis. |
Version: | 1.0 |
Name | Description |
---|---|
sourceProduct |
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 principle components to compute. | |
roiMaskName |
String |
|
The name of the ROI mask that should be used. | |
roiMaskExpr |
String |
|
The expression of the ROI mask that should be used. If not given, a mask given by 'roiMaskName' must already exist. | |
removeNonRoiPixels |
boolean |
false |
Removes all non-ROI pixels in the target product. |