Confusion matrix Computation

Brief Description

Computes the confusion matrix of a classification

Tags

Learning

Long Description

This application computes the confusion matrix of a classification map relative to a ground truth dataset. This ground truth can be given as a raster or a vector data. Only reference and produced pixels with values different from NoData are handled in the calculation of the confusion matrix. The confusion matrix is organized the following way: rows = reference labels, columns = produced labels. In the header of the output file, the reference and produced class labels are ordered according to the rows/columns of the confusion matrix.

Parameters

Limitations

None

Authors

OTB-Team

See also

Example of use