public class Summary extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
static String |
LS_SIZE |
static String |
MEMORY |
static int |
PRECISION |
static String |
TIME |
| Constructor and Description |
|---|
Summary(List<EvaluationRun> singleRuns,
int runsPerDataSet) |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationRun> |
calculateAvgRuns(int runsPerDataSet) |
List<EvaluationRun> |
getAveragedRuns() |
List<EvaluationRun> |
getSingleRuns() |
Map<String,Map<String,Map<String,Double>>> |
getStatisticalTestResults() |
void |
printToFiles(String dir) |
String |
round(double d) |
void |
setStatisticalTestResults(Map<String,Map<String,Map<String,Double>>> statisticalTestResults) |
de.vandermeer.asciitable.AsciiTable |
statisticalResultsToTable(String dataSet,
boolean round) |
String |
toString() |
public static final org.slf4j.Logger logger
public static final int PRECISION
public static final String MEMORY
public static final String TIME
public static final String LS_SIZE
public Summary(List<EvaluationRun> singleRuns, int runsPerDataSet)
public List<EvaluationRun> calculateAvgRuns(int runsPerDataSet)
public de.vandermeer.asciitable.AsciiTable statisticalResultsToTable(String dataSet, boolean round)
public String round(double d)
public void printToFiles(String dir) throws FileNotFoundException
FileNotFoundExceptionpublic List<EvaluationRun> getSingleRuns()
public List<EvaluationRun> getAveragedRuns()
public Map<String,Map<String,Map<String,Double>>> getStatisticalTestResults()
Copyright © 2018. All rights reserved.