heri-stat(1) | heri-stat(1) |
heri-stat - calculates precision, recall, F1 and some other things
heri-stat [OPTIONS] golden_file predictions_file
heri-stat -1 [OPTIONS] [files...]
Unless option -1 was applied heri-stat reads golden classes from golden_file (one class per line) and predicted classes from predictions_file (one class per line) and outputs precision, recall, F1 and some other statistics to stdout. It is allowed for predictions_file to contain two tokens per line, the first one is a class and the second one is a score, e.g. probability.
If -1 was applied, two or three tokens per line are expected on input: golden class, predicted class, and optional score.
<http://github.com/cheusov/herisvm>
2019-01-07 |