help
Command Function
Displays the help information about the tuning result processing command on the use interactive screen.
Syntax
help
Example
- Displaying the help information
1helpCommand output:
1 2 3 4 5 6 7 8 9 10 11 12 13
Available Commands: exit - Exit the program help - Show this help message ibesttest - test best parameters inferred by parameter importance analysis log - Change the log level man - Manual of use set - Set the config of round n show - Show round <n> information test - Retest round sequence. test <n> times train - Additional training after original result For more usage, please refer to "help <command>". e.g., help test
- Displaying the help information about a single subcommand, for example, test
1help test
Command output:
1 2 3 4 5 6 7 8 9 10
test - Retest round sequence. test <n> times usage: test <n1,n2,...> <n> test round n1,n2,... and test <n> times description: <n1,n2,...> round sequence supported r<n>/rank<n> which represent <n>th round sorted by performance supported t<n>/top<n> which represent top n rounds <n> run times, repeat run round sequence
Parent topic: Processing the Tuning Result