In TrainVectorClassifier, the input centroids kmeans paramamter (-classifier.sharkkm.incentroids
) is mandatory but
ParameterGroup
is inside a ParameterChoice
(all the sharkkm.centroid parameter are available for all classifiers)With this MR :
classifier.sharkkm.incentroids
is not mandatory anymoreclassifier.centroid
group has been removed and remplaced by individual parameters.The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging:
git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i
on latest changes and commit