Uses of Class
edu.wisc.game.math.Comparandum
Packages that use Comparandum
- 
Uses of Comparandum in edu.wisc.game.mathMethods in edu.wisc.game.math that return ComparandumModifier and TypeMethodDescriptionstatic 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 ComparandumModifier and TypeMethodDescriptionintComparandum.compareTo(Comparandum o) 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).