RandomizationTest
class RandomizationTest[L](val numSamples: Int, val errorMeasure: Seq[L] => Double) extends (Seq[L], Seq[L]) => Double
Implements statistical significance testing for the output of two systems by randomization. This system assumes they're on the same dataset, which changes the procedure. Follows Teh, 2000 More accurate tests for the statistical significance of result differences.
Labels must have .equals.
trait (Seq[L], Seq[L]) => Double
class Object
trait Matchable
class Any