Scroll to navigation

OTBCLI_TRAINOGRLAYERSCLASSIFIER(1) User Commands OTBCLI_TRAINOGRLAYERSCLASSIFIER(1)

NAME

otbcli_TrainOGRLayersClassifier - OTB TrainOGRLayersClassifier application

DESCRIPTION

This is the TrainOGRLayersClassifier application, version 5.2.0 Train a SVM classifier based on labeled geometries and a list of features to consider.

Complete documentation: http://www.orfeo-toolbox.org/Applications/TrainOGRLayersClassifier.html

Parameters:

Report progress


-inshp <string> Name of the input shapefile (mandatory)
-instats <string> XML file containing mean and variance of each feature. (mandatory)
-outsvm <string> Output model filename. (mandatory)

<string list> List of features to consider for classification. (mandatory, default value is )
<string> Field containing the class id for supervision (mandatory, default value is class)
<string> Load otb application from xml file (optional, off by default)

EXAMPLES

otbcli_TrainOGRLayersClassifier -inshp vectorData.shp -instats meanVar.xml -outsvm svmModel.svm -feat perimeter -cfield predicted

SEE ALSO

The full documentation for otbcli_TrainOGRLayersClassifier is maintained as a Texinfo manual. If the info and otbcli_TrainOGRLayersClassifier programs are properly installed at your site, the command

info otbcli_TrainOGRLayersClassifier

should give you access to the complete manual.

December 2015 otbcli_TrainOGRLayersClassifier 5.2.0