Skip to content

Commit

Permalink
Merge pull request #4916 from NaturalGIS/master_fix_saga_cluster_anal…
Browse files Browse the repository at this point in the history
…ysis

[processing] fix SAGA cluster analysis for rasters
  • Loading branch information
alexbruy committed Jul 25, 2017
2 parents fc0bd62 + ecd2c65 commit 30be722
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/saga/SagaNameDecorator.py
Expand Up @@ -87,7 +87,7 @@ def decoratedGroupName(name):
'Add Grid Values to Shapes': 'Add raster values to features',
'Change Grid Values': 'Reclassify values (simple)',
'Clip Grid with Polygon': 'Clip raster with polygon',
'Cluster Analysis for Grids': 'Cluster Analysis',
'K-Means Clustering for Grids': 'Cluster Analysis',
'Contour Lines from Grid': 'Contour Lines',
'Cubic Spline Approximation': 'Interpolate (Cubic spline)',
'Cut Shapes Layer': 'Cut vector Layer',
Expand Down
@@ -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

0 comments on commit 30be722

Please sign in to comment.