Vector Classification

Brief Description

Performs a classification of the input vector data according to a model file.

Tags

Learning

Long Description

This application performs a vector data classification based on a model file produced by the TrainVectorClassifier application.Features of the vector data output will contain the class labels decided by the classifier (maximal class label = 65535).
There are two modes:
1) Update mode: add of the 'cfield' field containing the predicted class in the input file.
2) Write mode: copies the existing fields of the input file in the output file and add the 'cfield' field containing the predicted class.
If you have declared the output file, the write mode applies. Otherwise, the input file update mode will be applied.

Parameters

Limitations

Shapefiles are supported. But the SQLite format is only supported in update mode.

Authors

OTB-Team

See also

TrainVectorClassifier

Example of use