@@ -514,24 +514,24 @@ void InputData::print_usage() const
514514 " --flip-off Switch off usage of mirrored images.\n "
515515 " --help, -h Print this lines.\n "
516516 " --init, -x <string> Type of SOM initialization (zero = default, random, random_with_preferred_direction, file_init).\n "
517+ " --input-shuffle-off Switch off random shuffle of data input (only for training).\n "
517518 " --interpolation <string> Type of image interpolation for rotations (nearest_neighbor, bilinear = default).\n "
518519 " --inter-store <string> Store intermediate SOM results at every progress step (off = default, overwrite, keep).\n "
519520 " --layout, -l <string> Layout of SOM (cartesian = default, hexagonal).\n "
521+ " --max-update-distance <float> Maximum distance for SOM update (default = off).\n "
520522 " --neuron-dimension, -d <int> Dimension for quadratic SOM neurons (default = 2 * image-dimension / sqrt(2)).\n "
521523 " --numrot, -n <int> Number of rotations (1 or a multiple of 4, default = 360).\n "
522524 " --numthreads, -t <int> Number of CPU threads (default = auto).\n "
523525 " --num-iter <int> Number of iterations (default = 1).\n "
524526 " --pbc Use periodic boundary conditions for SOM.\n "
525527 " --progress, -p <int> Number of progress information prints (default = 10).\n "
526528 " --seed, -s <int> Seed for random number generator (default = 1234).\n "
527- " --input-shuffle-off Switch off random shuffle of data input (only for training).\n "
528529 " --store-rot-flip <string> Store the rotation and flip information of the best match of mapping.\n "
529530 " --som-width <int> Width dimension of SOM (default = 10).\n "
530531 " --som-height <int> Height dimension of SOM (default = 10).\n "
531532 " --som-depth <int> Depth dimension of SOM (default = 1).\n "
532- " --max-update-distance <float> Maximum distance for SOM update (default = off).\n "
533- " --version, -v Print version number.\n "
534533 " --verbose Print more output.\n "
534+ " --version, -v Print version number.\n "
535535 " \n "
536536 " Distribution function:\n "
537537 " \n "
0 commit comments