Predict (unsupervised) classification layerΒΆ

Uses a fitted clusterer to predict an (unsupervised) classification layer from a raster layer with features.

Parameters

Raster layer with features [raster]
A raster layer with bands used as features. Clusterer features and raster bands are matched by name to allow for clusterers trained on a subset of the raster bands. If raster bands and clusterer features are not matching by name, but overall number of bands and features do match, raster bands are used in original order.
Clusterer [file]
A fitted clusterer.

Outputs

Output classification layer [rasterDestination]
Raster file destination.

Command-line usage

>qgis_process help enmapbox:PredictUnsupervisedClassificationLayer:

----------------
Arguments
----------------

raster: Raster layer with features
    Argument type:  raster
    Acceptable values:
            - Path to a raster layer
clusterer: Clusterer
    Argument type:  file
    Acceptable values:
            - Path to a file
outputClassification: Output classification layer
    Argument type:  rasterDestination
    Acceptable values:
            - Path for new raster layer

----------------
Outputs
----------------

outputClassification: <outputRaster>
    Output classification layer