.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH OTBCLI_VECTORCLASSIFIER "1" "May 2017" "otbcli_VectorClassifier 6.0.0" "User Commands" .SH NAME otbcli_VectorClassifier \- OTB VectorClassifier application .SH DESCRIPTION This is the VectorClassifier application, version 6.0.0 Performs a classification of the input vector data according to a model file.Features of the vector data output will contain the class labels decided by the classifier (maximal class label = 65535). .PP Complete documentation: http://www.orfeo\-toolbox.org/Applications/VectorClassifier.html .SS "Parameters:" .TP \fB\-progress\fR Report progress .PP \fB\-in\fR Name of the input vector data (mandatory) .TP \fB\-instat\fR Statistics file (optional, off by default) .PP \fB\-model\fR Model file (mandatory) .TP \fB\-cfield\fR Field containing the predicted class (mandatory, default value is predicted) .TP \fB\-feat\fR Field names to be calculated. (mandatory, default value is ) .TP \fB\-confmap\fR Confidence map (optional, off by default) .TP \fB\-out\fR Output vector data file containing class labels (optional, off by default) .TP \fB\-inxml\fR Load otb application from xml file (optional, off by default) .SH EXAMPLES otbcli_VectorClassifier \-in vectorData.shp \-instat meanVar.xml \-model svmModel.svm \-out svmModel.svm \-feat perimeter area width \-cfield predicted