Tool.tool_options+ [ModuleOption('average', filter= int, usage= "avera
ge=N, where B is an integer", help_text= "Average the distance measure
over that given " "by the top N results (starting at the result given
" "in the first argument, if given)"), ModuleOption('metric', usage=
"metric=M, where M is the name of an available metric", help_text= "Se
lect a metric to make the comparison with. " "Call with metric=help to
get a list of metrics"), ModuleOption('mopts', usage= "mopts=OPT=VAL:
OPT=VAL:...", help_text= "Options to pass to the metric. Use mopts=hel
...
|