Validate SVM Images Classifier Application

Brief Description

Estimate the performance of the SVM model with a new set of validation samples and another image.

Tags

Learning

Long Description

Estimate the performance of the SVM model obtained by the ImagesSVMClassifier with a new set of validation samples and another image. The application asks for images statisctics as input (XML file generated with the ComputeImagesStatistics application) and a SVM model (text file) generated with the ImagesSVMClassifier application. It will compute the global confusion matrix and kappa index and also the precision, recall and F-score of each class.

Parameters

Limitations

None

Authors

OTB-Team

See also

Example of use