Skip to content

Commit

Permalink
[processing][saga] Fix duplicate confusion matrix algs
Browse files Browse the repository at this point in the history
Fixes #19188
  • Loading branch information
nyalldawson committed Jun 15, 2018
1 parent 37e3798 commit 55a54b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.

This file was deleted.

Expand Up @@ -3,10 +3,10 @@ imagery_classification
QgsProcessingParameterRasterLayer|GRID|Classification|None|False
QgsProcessingParameterFeatureSource|GRID_LUT|Look-up Table|5|None|True
QgsProcessingParameterField|GRID_LUT_MIN|Value|None|GRID_LUT|-1|False|False
QgsProcessingParameterField|GRID_LUT_MAX|Value (Maximum)|None|GRID_LUT|-1|False|False
QgsProcessingParameterField|GRID_LUT_NAM|Name|None|GRID_LUT|-1|False|False
QgsProcessingParameterFeatureSource|POLYGONS|Polygons|-1|None|False
QgsProcessingParameterField|GRID_LUT_MAX|Value (Maximum)|None|GRID_LUT|-1|False|True
QgsProcessingParameterField|GRID_LUT_NAM|Name|None|GRID_LUT|-1|False|True
QgsProcessingParameterFeatureSource|POLYGONS|Polygons|2|None|False
QgsProcessingParameterField|FIELD|Class Values|None|POLYGONS|-1|False|False
QgsProcessingParameterVectorDestination|CONFUSION|Confusion Matrix
QgsProcessingParameterVectorDestination|CLASSES|Class Values
QgsProcessingParameterVectorDestination|SUMMARY|Summary
QgsProcessingParameterVectorDestination|SUMMARY|Summary

0 comments on commit 55a54b0

Please sign in to comment.