public class TournamentMeasures
extends java.lang.Object
Constructor and Description |
---|
TournamentMeasures() |
Modifier and Type | Method and Description |
---|---|
static OrderedSimpleElement |
calculateMeasures(java.util.ArrayList<OutcomeInfoDerived> outcomes,
java.util.ArrayList<java.util.ArrayList<OutcomeInfoDerived>> runs,
java.util.HashSet<java.lang.String> agents)
Calculates all quality measures and return an XML-object with the
results.
|
static void |
main(java.lang.String[] args)
Can be optionally used to createFrom a tournament results log afterwards.
|
static void |
runTournamentMeasures(java.lang.String in,
java.lang.String out) |
public static void main(java.lang.String[] args)
args
- public static void runTournamentMeasures(java.lang.String in, java.lang.String out) throws java.lang.Exception
java.lang.Exception
public static OrderedSimpleElement calculateMeasures(java.util.ArrayList<OutcomeInfoDerived> outcomes, java.util.ArrayList<java.util.ArrayList<OutcomeInfoDerived>> runs, java.util.HashSet<java.lang.String> agents)
outcomes
- stored as a single array (duplicates runs, but easier to write
specific methods)runs
- with outcomesagents
-