Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
d9cd1e6a
Commit
d9cd1e6a
authored
Nov 20, 2020
by
Julien Cabieces
Browse files
add an other field for otbVectorDimensionalityReduction
parent
0dd5c2a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Applications/AppDimensionalityReduction/app/otbVectorDimensionalityReduction.cxx
View file @
d9cd1e6a
...
...
@@ -128,10 +128,11 @@ private:
AddChoice
(
"featout.list"
,
"List"
);
SetParameterDescription
(
"featout.list"
,
"Use a list with all names"
);
AddParameter
(
ParameterType_
StringList
,
"featout.list.names"
,
"Feature name list"
);
AddParameter
(
ParameterType_
Field
,
"featout.list.names"
,
"Feature name list"
);
SetParameterDescription
(
"featout.list.names"
,
"List of field names for the output "
"features which result from the reduction."
);
SetVectorData
(
"featout.list.names"
,
"in"
);
AddParameter
(
ParameterType_Int
,
"pcadim"
,
"Principal component dimension"
);
SetParameterDescription
(
"pcadim"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment