EnMAP-Box / enmap-box

EnMAP-Box source code repository. See https://enmap-box.readthedocs.io for documentation
GNU General Public License v3.0
34 stars 16 forks source link

[Classification workflow] add "classification layer accuracy and area report" output #912

Closed janzandr closed 13 hours ago

janzandr commented 1 month ago

Discussed with @d-pflugmacher.

Currently, we are only creating a Classifier performance report output, which is calculated from the training sample via cross-validation (or soon via OOB, see #910).

It is proposed to also calculate a Classification layer accuracy and area report output, using the Classification layer output as stratification.

Unfortunately, we can't do this straight away, because the Training dataset input isn't aware of the sample locations anymore (wait for #911).