public class Diagram extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Diagram.Template
The available Gnuplot templates.
|
| Constructor and Description |
|---|
Diagram() |
| Modifier and Type | Method and Description |
|---|---|
static void |
create(Path input,
Diagram.Template template,
Params<?> params,
Path output,
SampleSummary summary,
SampleSummary... summaries)
Create a performance diagram.
|
static void |
main(String[] arguments) |
public Diagram()
public static void create(Path input, Diagram.Template template, Params<?> params, Path output, SampleSummary summary, SampleSummary... summaries) throws IOException
input - the input datatemplate - the Gnuplot template to useparams - the diagram parameters (x-axis)output - the output filesummary - the first summary datasummaries - the rest of the summary dataIOException - if the diagram generation failsNullPointerException - of one of the parameters is nullIllegalArgumentException - if the params, generation
and fitness doesn't have the same parameter count© 2007-2017 Franz Wilhelmstötter (2017-04-27 23:07)