Uses of Class
edu.wisc.game.math.Comparandum
Package | Description |
---|---|
edu.wisc.game.math |
-
Uses of Comparandum in edu.wisc.game.math
Methods in edu.wisc.game.math that return Comparandum Modifier and Type Method Description static Comparandum[][]
Comparandum. mkHumanComparanda(MwByHuman.MwSeries[] res, MwByHuman.PrecMode precMode, boolean useMDagger)
Creates a list of comparanda for a number of rule sets.Comparandum[][]
MannWhitneyComparison. mkMlcComparanda(String nickname, String rule)
Creates a list of comparanda based on MLC data, either to compare ML algos or to compare rule sets.Methods in edu.wisc.game.math with parameters of type Comparandum Modifier and Type Method Description int
Comparandum. compareTo(Comparandum o)
String
MannWhitneyComparison. doCompare(String nickname, String rule, Comparandum[][] allComp, Fmter fm, File[] csvOut)
Carries out the comparison of the performance for different "keys" (algo nicknames or rule sets).