-
-
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.
[processing][saga] Fix duplicate cluster analysis algs
- Loading branch information
1 parent
a8c0cef
commit 37e3798
Showing
4 changed files
with
3 additions
and
15 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
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
11 changes: 0 additions & 11 deletions
11
python/plugins/processing/algs/saga/description/ClusterAnalysisforGrids.txt
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
python/plugins/processing/algs/saga/description/K-MeansClusteringforGrids.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,11 +1,11 @@ | ||
K-Means Clustering for Grids | ||
imagery_classification | ||
QgsProcessingParameterMultipleLayers|GRIDS|Grids|3|None|False | ||
QgsProcessingParameterRasterDestination|CLUSTER|Clusters | ||
QgsProcessingParameterFeatureSource|STATISTICS|Statistics|5|None|False | ||
QgsProcessingParameterEnum|METHOD|Method|[0] Iterative Minimum Distance (Forgy 1965);[1] Hill-Climbing (Rubin 1967);[2] Combined Minimum Distance / Hillclimbing|False|1 | ||
QgsProcessingParameterNumber|NCLUSTER|Clusters|QgsProcessingParameterNumber.Integer|10|False|2|None | ||
QgsProcessingParameterNumber|MAXITER|Maximum Iterations|QgsProcessingParameterNumber.Integer|0|False|0|None | ||
QgsProcessingParameterBoolean|NORMALISE|Normalise|False | ||
QgsProcessingParameterBoolean|OLDVERSION|Old Version|False | ||
QgsProcessingParameterBoolean|UPDATEVIEW|Update View|True | ||
QgsProcessingParameterRasterDestination|CLUSTER|Clusters | ||
QgsProcessingParameterVectorDestination|STATISTICS|Statistics |