Uses of Class
edu.wisc.game.formatter.Fmter
Package | Description |
---|---|
edu.wisc.game.formatter |
Auxiliary tools for formatting reports (as plain text or HTML)
|
edu.wisc.game.math | |
edu.wisc.game.tools |
-
Uses of Fmter in edu.wisc.game.formatter
Subclasses of Fmter in edu.wisc.game.formatter Modifier and Type Class Description class
HTMLFmter
Auxiliary class for formatting output as HTML.Fields in edu.wisc.game.formatter declared as Fmter Modifier and Type Field Description static Fmter
Fmter. dummy
A dummy plain text formatter. -
Uses of Fmter in edu.wisc.game.math
Methods in edu.wisc.game.math with parameters of type Fmter Modifier and Type Method Description 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). -
Uses of Fmter in edu.wisc.game.tools
Methods in edu.wisc.game.tools with parameters of type Fmter Modifier and Type Method Description void
MwByHuman. setFm(Fmter _fm)
Constructors in edu.wisc.game.tools with parameters of type Fmter Constructor Description MwByHuman(MwByHuman.PrecMode _precMode, int _targetStreak, double _defaultMStar, Fmter _fm)