Skip to content

Commit

Permalink
Merge branch 'fix_saga_cluster_analysis' of https://github.com/Natura…
Browse files Browse the repository at this point in the history
…lGIS/naturalgis_qgis into fix_saga_cluster_analysis
  • Loading branch information
alexbruy committed Jul 25, 2017
2 parents 01e062e + 456e015 commit 3f20650
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/saga/SagaNameDecorator.py
Expand Up @@ -96,7 +96,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 Grid': '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
OutputTable|STATISTICS|Statistics

0 comments on commit 3f20650

Please sign in to comment.