|updatedisclaimer| Imagery classification ====================== Change detection ---------------- Description ........... Parameters .......... ``Initial State`` [raster] ``Look-up Table`` [table] Optional. ``Value`` [tablefield: any] ``Value (Maximum)`` [tablefield: any] ``Name`` [tablefield: any] ``Final State`` [raster] ``Look-up Table`` [table] Optional. ``Value`` [tablefield: any] ``Value (Maximum)`` [tablefield: any] ``Name`` [tablefield: any] ``Report Unchanged Classes`` [boolean] Default: *True* ``Output as...`` [selection] Options: * 0 --- [0] cells * 1 --- [1] percent * 2 --- [2] area Default: *0* Outputs ....... ``Changes`` [raster] ``Changes`` [table] Console usage ............. :: processing.runalg('saga:changedetection', initial, ini_lut, ini_lut_min, ini_lut_max, ini_lut_nam, final, fin_lut, fin_lut_min, fin_lut_max, fin_lut_nam, nochange, output, change, changes) See also ........ Cluster analysis for grids -------------------------- Description ........... Parameters .......... ``Grids`` [multipleinput: rasters] ``Method`` [selection] Options: * 0 --- [0] Iterative Minimum Distance (Forgy 1965) * 1 --- [1] Hill-Climbing (Rubin 1967) * 2 --- [2] Combined Minimum Distance / Hillclimbing Default: *0* ``Clusters`` [number] Default: *5* ``Normalise`` [boolean] Default: *True* ``Old Version`` [boolean] Default: *True* Outputs ....... ``Clusters`` [raster] ``Statistics`` [table] Console usage ............. :: processing.runalg('saga:clusteranalysisforgrids', grids, method, ncluster, normalise, oldversion, cluster, statistics) See also ........ Supervised classification ------------------------- Description ........... Parameters .......... ``Grids`` [multipleinput: rasters] ``Training Areas`` [vector: polygon] ``Class Identifier`` [tablefield: any] ``Method`` [selection] Options: * 0 --- [0] Binary Encoding * 1 --- [1] Parallelepiped * 2 --- [2] Minimum Distance * 3 --- [3] Mahalanobis Distance * 4 --- [4] Maximum Likelihood * 5 --- [5] Spectral Angle Mapping * 6 --- [6] Winner Takes All Default: *0* ``Normalise`` [boolean] Default: *True* ``Distance Threshold`` [number] Default: *0.0* ``Probability Threshold (Percent)`` [number] Default: *0.0* ``Probability Reference`` [selection] Options: * 0 --- [0] absolute * 1 --- [1] relative Default: *0* ``Spectral Angle Threshold (Degree)`` [number] Default: *0.0* Outputs ....... ``Class Information`` [table] ``Classification`` [raster] ``Quality`` [raster] Console usage ............. :: processing.runalg('saga:supervisedclassification', grids, roi, roi_id, method, normalise, threshold_dist, threshold_prob, relative_prob, threshold_angle, class_info, classes, quality) See also ........