-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4916 from NaturalGIS/master_fix_saga_cluster_anal…
…ysis [processing] fix SAGA cluster analysis for rasters
- Loading branch information
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 6 additions & 4 deletions
10
python/plugins/processing/algs/saga/description/ClusterAnalysisforGrids.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
Cluster Analysis for Grids | ||
K-Means Clustering for Grids | ||
imagery_classification | ||
ParameterMultipleInput|GRIDS|Grids|3.0|False | ||
ParameterSelection|METHOD|Method|[0] Iterative Minimum Distance (Forgy 1965);[1] Hill-Climbing (Rubin 1967);[2] Combined Minimum Distance / Hillclimbing | ||
ParameterNumber|NCLUSTER|Clusters|None|None|5 | ||
ParameterBoolean|NORMALISE |Normalise|True | ||
ParameterBoolean|OLDVERSION |Old Version|True | ||
ParameterNumber|NCLUSTER|Clusters|2|None|10 | ||
ParameterNumber|MAXITER|Maximum Iterations|0|None|0 | ||
ParameterBoolean|NORMALISE|Normalise|True | ||
ParameterBoolean|OLDVERSION|Old Version|False | ||
ParameterBoolean|UPDATEVIEW|Update View|False | ||
OutputRaster|CLUSTER|Clusters | ||
OutputTable|STATISTICS|Statistics |