@@ -106,6 +106,11 @@ class CbDimensionalityReductionVector : public Application
...
@@ -106,6 +106,11 @@ class CbDimensionalityReductionVector : public Application
SetParameterDescription("out","Output vector data file storing sample values (OGR format)."
SetParameterDescription("out","Output vector data file storing sample values (OGR format)."
"If not given, the input vector data file is updated.");
"If not given, the input vector data file is updated.");
MandatoryOff("out");
MandatoryOff("out");
AddParameter(ParameterType_Int,"indim","Dimension of the input vector");
SetParameterDescription("indim","Dimension of the whole input vector, this value is required if only a part of the bands contained in the vector are used."
"If not given, the dimension is deduced from the length of the 'feat' parameter");