Scroll to navigation

OTBCLI_VECTORDIMENSIONALITYREDUCTION(1) User Commands OTBCLI_VECTORDIMENSIONALITYREDUCTION(1)

NAME

otbcli_VectorDimensionalityReduction - OTB VectorDimensionalityReduction application

DESCRIPTION

This is the Vector Dimensionality Reduction (VectorDimensionalityReduction) application, version 6.6.0

Performs dimensionality reduction of the input vector data according to a model file. Parameters: -in <string> Name of the input vector data (mandatory)

<string> Statistics file (optional, off by default)

-model <string> Model file (mandatory)

<string> Output vector data file containing the reduced vector (optional, off by default)
<string list> Input features to use for reduction. (mandatory, no default value)
<string> Output feature [prefix/list] (mandatory, default value is prefix)
Feature name prefix (mandatory, default value is reduced_)
<string list> Feature name list (mandatory)
<int32> Principal component dimension (optional, off by default)
<string> Writing mode [overwrite/update] (mandatory, default value is overwrite)
<string> Load otb application from xml file (optional, off by default)
<boolean> Report progress
<string list> Display long help (empty list), or help for given parameters keys

Use -help param1 [... paramN] to see detailed documentation of those parameters.

EXAMPLES

otbcli_VectorDimensionalityReduction -in vectorData.shp -instat meanVar.xml -model model.txt -out vectorDataOut.shp -feat perimeter area width

June 2018 otbcli_VectorDimensionalityReduction 6.6.0