| EMClusterAnalysis Operator |
|
| Name: | EMClusterAnalysis |
| Full name: | org.esa.beam.cluster.EMClusterOp |
| Purpose: | Performs an expectation-maximization (EM) cluster analysis. |
| Version: | 1.0 |
| Name | Description |
|---|---|
sourceProduct |
| Name | Data Type | Default | Description | Constraints |
|---|---|---|---|---|
clusterCount |
int |
14 |
interval: (0,100] | |
iterationCount |
int |
30 |
interval: (0,10000] | |
randomSeed |
int |
31415 |
Seed for the random generator, used for initialising the algorithm. | |
sourceBandNames |
String[] |
|
The names of the bands being used for the cluster analysis. | |
roiMaskName |
String |
|
The name of the ROI-Mask that should be used. | |
includeProbabilityBands |
boolean |
false |
Determines whether the posterior probabilities are included as band data. |