public class BenchmarkResult extends Object
| Modifier and Type | Field and Description |
|---|---|
BenchmarkInstance |
instance |
int |
runs |
| Constructor and Description |
|---|
BenchmarkResult(BenchmarkInstance instance,
int runs,
double[] results,
double[] compTimes,
double[] vehicles) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getCompTimes() |
double[] |
getResults() |
org.apache.commons.math3.stat.descriptive.DescriptiveStatistics |
getResultStats() |
org.apache.commons.math3.stat.descriptive.DescriptiveStatistics |
getTimesStats() |
double[] |
getVehicles() |
org.apache.commons.math3.stat.descriptive.DescriptiveStatistics |
getVehicleStats() |
public final BenchmarkInstance instance
public final int runs
public BenchmarkResult(BenchmarkInstance instance, int runs, double[] results, double[] compTimes, double[] vehicles)
public double[] getResults()
public double[] getVehicles()
public double[] getCompTimes()
public org.apache.commons.math3.stat.descriptive.DescriptiveStatistics getResultStats()
public org.apache.commons.math3.stat.descriptive.DescriptiveStatistics getVehicleStats()
public org.apache.commons.math3.stat.descriptive.DescriptiveStatistics getTimesStats()
Copyright © 2013–2020. All rights reserved.