Bug report #20796
SVM Classification, SupportVectorMachineClassification(OpenCV)-Vector Field
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Alexander Bruy | ||
Category: | Processing/SAGA | ||
Affected QGIS version: | 3.4.2 | Regression?: | No |
Operating System: | Easy fix?: | Yes | |
Pull Request or Patch supplied: | Yes | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 28616 |
Description
Some saga algorithms (processing menu) do not allow you to choose a vector field. The tools mentioned above have this problem. The solution should be simple enough. I believe that the solution can be something like that...see attached pdf
(example change SVMClassification.txt)
(example change SVMClassification.txt)
- before
QgsProcessingParameterFeatureSource|ROI|Training Areas|-1|None|False
QgsProcessingParameterSource|ROI_ID|Class Identifier|5|None|False - after
...............
QgsProcessingParameterFeatureSource|ROI|Training Areas|-1|None|False
QgsProcessingParameterField|ROI_ID|Class Identifier|None|ROI|3|False|True
...................
Associated revisions
[processing] fix description files for SVM SAGA algs (fix #20796)
[processing] fix description files for SVM SAGA algs (fix #20796)
(cherry picked from commit c6540a627691caa2e49c21029df245e930aeacd6)
History
#1 Updated by Alexander Bruy almost 6 years ago
- Assignee set to Alexander Bruy
- Status changed from Open to In Progress
#2 Updated by Alexander Bruy almost 6 years ago
- Pull Request or Patch supplied changed from No to Yes
#3 Updated by Alexander Bruy almost 6 years ago
- % Done changed from 0 to 100
- Status changed from In Progress to Closed
Applied in changeset qgis|c6540a627691caa2e49c21029df245e930aeacd6.
#4 Updated by Alexander Bruy almost 6 years ago
- Resolution set to fixed/implemented