This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch upstream-master in repository pktools.
commit af8b83d94f6144ea42d4a69aa59c389f254c8d75 Author: Pieter Kempeneers <kempe...@gmail.com> Date: Fri Mar 21 21:35:56 2014 +0100 from home before merge --- src/apps/pkclassify_nn.cc | 4 ++-- src/apps/pkclassify_svm.cc | 4 ++-- src/apps/pkfs_nn.cc | 4 ++-- src/apps/pkfs_svm.cc | 4 ++-- src/apps/pkopt_svm.cc | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/apps/pkclassify_nn.cc b/src/apps/pkclassify_nn.cc index 3fadf15..22f7e1c 100644 --- a/src/apps/pkclassify_nn.cc +++ b/src/apps/pkclassify_nn.cc @@ -42,8 +42,8 @@ int main(int argc, char *argv[]) Optionpk<string> label_opt("label", "label", "identifier for class label in training shape file.","label"); Optionpk<unsigned int> balance_opt("bal", "balance", "balance the input data to this number of samples for each class", 0); Optionpk<int> minSize_opt("min", "min", "if number of training pixels is less then min, do not take this class into account (0: consider all classes)", 0); - Optionpk<double> start_opt("s", "start", "start band sequence number (set to 0)",0); - Optionpk<double> end_opt("e", "end", "end band sequence number (set to 0 for all bands)", 0); + Optionpk<double> start_opt("s", "start", "start band sequence number",0); + Optionpk<double> end_opt("e", "end", "end band sequence number (set to 0 to include bands)", 0); Optionpk<short> band_opt("b", "band", "band index (starting from 0, either use band option or use start to end)"); Optionpk<double> offset_opt("\0", "offset", "offset value for each spectral band input features: refl[band]=(DN[band]-offset[band])/scale[band]", 0.0); Optionpk<double> scale_opt("\0", "scale", "scale value for each spectral band input features: refl=(DN[band]-offset[band])/scale[band] (use 0 if scale min and max in each band to -1.0 and 1.0)", 0.0); diff --git a/src/apps/pkclassify_svm.cc b/src/apps/pkclassify_svm.cc index 1ed2ffa..8c33a3a 100644 --- a/src/apps/pkclassify_svm.cc +++ b/src/apps/pkclassify_svm.cc @@ -52,8 +52,8 @@ int main(int argc, char *argv[]) Optionpk<string> label_opt("label", "label", "identifier for class label in training shape file.","label"); Optionpk<unsigned int> balance_opt("bal", "balance", "balance the input data to this number of samples for each class", 0); Optionpk<int> minSize_opt("min", "min", "if number of training pixels is less then min, do not take this class into account (0: consider all classes)", 0); - Optionpk<double> start_opt("s", "start", "start band sequence number (set to 0)",0); - Optionpk<double> end_opt("e", "end", "end band sequence number (set to 0 for all bands)", 0); + Optionpk<double> start_opt("s", "start", "start band sequence number",0); + Optionpk<double> end_opt("e", "end", "end band sequence number (set to 0 to include all bands)", 0); Optionpk<short> band_opt("b", "band", "band index (starting from 0, either use band option or use start to end)"); Optionpk<double> offset_opt("\0", "offset", "offset value for each spectral band input features: refl[band]=(DN[band]-offset[band])/scale[band]", 0.0); Optionpk<double> scale_opt("\0", "scale", "scale value for each spectral band input features: refl=(DN[band]-offset[band])/scale[band] (use 0 if scale min and max in each band to -1.0 and 1.0)", 0.0); diff --git a/src/apps/pkfs_nn.cc b/src/apps/pkfs_nn.cc index 99bbb48..346320d 100644 --- a/src/apps/pkfs_nn.cc +++ b/src/apps/pkfs_nn.cc @@ -216,8 +216,8 @@ int main(int argc, char *argv[]) Optionpk<unsigned short> maxFeatures_opt("n", "nf", "number of features to select (0 to select optimal number, see also ecost option)", 0); Optionpk<unsigned int> balance_opt("\0", "balance", "balance the input data to this number of samples for each class", 0); Optionpk<int> minSize_opt("m", "min", "if number of training pixels is less then min, do not take this class into account", 0); - Optionpk<double> start_opt("s", "start", "start band sequence number (set to 0)",0); - Optionpk<double> end_opt("e", "end", "end band sequence number (set to 0 for all bands)", 0); + Optionpk<double> start_opt("s", "start", "start band sequence number",0); + Optionpk<double> end_opt("e", "end", "end band sequence number (set to 0 to include all bands)", 0); Optionpk<short> band_opt("b", "band", "band index (starting from 0, either use band option or use start to end)"); Optionpk<double> offset_opt("\0", "offset", "offset value for each spectral band input features: refl[band]=(DN[band]-offset[band])/scale[band]", 0.0); Optionpk<double> scale_opt("\0", "scale", "scale value for each spectral band input features: refl=(DN[band]-offset[band])/scale[band] (use 0 if scale min and max in each band to -1.0 and 1.0)", 0.0); diff --git a/src/apps/pkfs_svm.cc b/src/apps/pkfs_svm.cc index bc839cf..c9692ce 100644 --- a/src/apps/pkfs_svm.cc +++ b/src/apps/pkfs_svm.cc @@ -225,8 +225,8 @@ int main(int argc, char *argv[]) Optionpk<unsigned short> maxFeatures_opt("n", "nf", "number of features to select (0 to select optimal number, see also ecost option)", 0); Optionpk<unsigned int> balance_opt("\0", "balance", "balance the input data to this number of samples for each class", 0); Optionpk<int> minSize_opt("m", "min", "if number of training pixels is less then min, do not take this class into account", 0); - Optionpk<double> start_opt("s", "start", "start band sequence number (set to 0)",0); - Optionpk<double> end_opt("e", "end", "end band sequence number (set to 0 for all bands)", 0); + Optionpk<double> start_opt("s", "start", "start band sequence number",0); + Optionpk<double> end_opt("e", "end", "end band sequence number (set to 0 to include all bands)", 0); Optionpk<short> band_opt("b", "band", "band index (starting from 0, either use band option or use start to end)"); Optionpk<double> offset_opt("\0", "offset", "offset value for each spectral band input features: refl[band]=(DN[band]-offset[band])/scale[band]", 0.0); Optionpk<double> scale_opt("\0", "scale", "scale value for each spectral band input features: refl=(DN[band]-offset[band])/scale[band] (use 0 if scale min and max in each band to -1.0 and 1.0)", 0.0); diff --git a/src/apps/pkopt_svm.cc b/src/apps/pkopt_svm.cc index 6e48923..99c5ae3 100644 --- a/src/apps/pkopt_svm.cc +++ b/src/apps/pkopt_svm.cc @@ -236,8 +236,8 @@ int main(int argc, char *argv[]) // Optionpk<unsigned short> reclass_opt("\0", "rc", "reclass code (e.g. --rc=12 --rc=23 to reclass first two classes to 12 and 23 resp.).", 0); Optionpk<unsigned int> balance_opt("\0", "balance", "balance the input data to this number of samples for each class", 0); Optionpk<int> minSize_opt("m", "min", "if number of training pixels is less then min, do not take this class into account", 0); - Optionpk<double> start_opt("s", "start", "start band sequence number (set to 0)",0); - Optionpk<double> end_opt("e", "end", "end band sequence number (set to 0 for all bands)", 0); + Optionpk<double> start_opt("s", "start", "start band sequence number",0); + Optionpk<double> end_opt("e", "end", "end band sequence number (set to 0 to include all bands)", 0); Optionpk<short> band_opt("b", "band", "band index (starting from 0, either use band option or use start to end)"); Optionpk<double> offset_opt("\0", "offset", "offset value for each spectral band input features: refl[band]=(DN[band]-offset[band])/scale[band]", 0.0); Optionpk<double> scale_opt("\0", "scale", "scale value for each spectral band input features: refl=(DN[band]-offset[band])/scale[band] (use 0 if scale min and max in each band to -1.0 and 1.0)", 0.0); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel