public class PredictionsMerger
extends java.lang.Object
| Constructor and Description |
|---|
PredictionsMerger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Given 2 files with evaluations, it merges them by grouping predictions made by the same rule.
|