File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
python/plugins/processing/algs/saga Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def decoratedGroupName(name):
87
87
'Add Grid Values to Shapes' : 'Add raster values to features' ,
88
88
'Change Grid Values' : 'Reclassify values (simple)' ,
89
89
'Clip Grid with Polygon' : 'Clip raster with polygon' ,
90
- 'Cluster Analysis for Grids' : 'Cluster Analysis' ,
90
+ 'K-Means Clustering for Grids' : 'Cluster Analysis' ,
91
91
'Contour Lines from Grid' : 'Contour Lines' ,
92
92
'Cubic Spline Approximation' : 'Interpolate (Cubic spline)' ,
93
93
'Cut Shapes Layer' : 'Cut vector Layer' ,
Original file line number Diff line number Diff line change 1
- Cluster Analysis for Grids
1
+ K-Means Clustering for Grids
2
2
imagery_classification
3
3
ParameterMultipleInput|GRIDS|Grids|3.0|False
4
4
ParameterSelection|METHOD|Method|[0] Iterative Minimum Distance (Forgy 1965);[1] Hill-Climbing (Rubin 1967);[2] Combined Minimum Distance / Hillclimbing
5
- ParameterNumber|NCLUSTER|Clusters|None|None|5
6
- ParameterBoolean|NORMALISE |Normalise|True
7
- ParameterBoolean|OLDVERSION |Old Version|True
5
+ ParameterNumber|NCLUSTER|Clusters|2|None|10
6
+ ParameterNumber|MAXITER|Maximum Iterations|0|None|0
7
+ ParameterBoolean|NORMALISE|Normalise|True
8
+ ParameterBoolean|OLDVERSION|Old Version|False
9
+ ParameterBoolean|UPDATEVIEW|Update View|False
8
10
OutputRaster|CLUSTER|Clusters
9
11
OutputTable|STATISTICS|Statistics
You can’t perform that action at this time.
0 commit comments