case classChartReporter(drawer: ChartFactory, fileNamePrefix: String = "", wdt: Int = 1600, hgt: Int = 1200) extends Reporter with Product with Serializable
case classDsvReporter(delimiter: Char) extends Reporter with Product with Serializable
Produces a DSV file with results that can be used by other visualization tools.