1

If I run an algorithm in an environment (ELKI) and want to measure the time, how can I do that? - Make a script? -let that run 10 seconds and press the run button in the environment to run the algorithm - and subtract the 10 seconds. - or maybe I can make a script that interacts with ELKI and knows when I press the run algorithm-button (But I can't see how) - How do one usually write a script? In what language? Can you link to a page, where I can learn it? Bash-script? Perl? Python?

Thanks for any respond.

4

1 回答 1

1

使用该-time选项。不要启用,因为这通常会由于进度日志的输出-verbose减慢进程。您可能还想设置 -resulthandler DiscardResultHandler.

ELKI 还有一个用于脚本的命令行模式。日志窗口始终显示您设置的命令行参数。

于 2015-03-14T11:10:54.900 回答