.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. .TH OTBCLI_VECTORDIMENSIONALITYREDUCTION "1" "June 2018" "otbcli_VectorDimensionalityReduction 6.6.0" "User Commands" .SH NAME otbcli_VectorDimensionalityReduction \- OTB VectorDimensionalityReduction application .SH DESCRIPTION This is the Vector Dimensionality Reduction (VectorDimensionalityReduction) application, version 6.6.0 .PP Performs dimensionality reduction of the input vector data according to a model file. Parameters: \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\-out\fR Output vector data file containing the reduced vector (optional, off by default) .TP \fB\-feat\fR Input features to use for reduction. (mandatory, no default value) .TP \fB\-featout\fR Output feature [prefix/list] (mandatory, default value is prefix) .TP \fB\-featout\fR.prefix.name Feature name prefix (mandatory, default value is reduced_) .TP \fB\-featout\fR.list.names Feature name list (mandatory) .TP \fB\-pcadim\fR Principal component dimension (optional, off by default) .TP \fB\-mode\fR Writing mode [overwrite/update] (mandatory, default value is overwrite) .TP \fB\-inxml\fR Load otb application from xml file (optional, off by default) .TP \fB\-progress\fR Report progress .TP \fB\-help\fR Display long help (empty list), or help for given parameters keys .PP Use \fB\-help\fR param1 [... paramN] to see detailed documentation of those parameters. .SH EXAMPLES otbcli_VectorDimensionalityReduction \-in vectorData.shp \-instat meanVar.xml \-model model.txt \-out vectorDataOut.shp \-feat perimeter area width