From 5d6f965c656466b99457fd3fea80183f2e81fa43 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 12 Jan 2024 12:36:16 +0100 Subject: doc: Add --export-pgf-unparam --- doc/analysis-visual.md | 6 ++++++ doc/model-assessment.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/analysis-visual.md b/doc/analysis-visual.md index 1ac4924..b2d984e 100644 --- a/doc/analysis-visual.md +++ b/doc/analysis-visual.md @@ -13,6 +13,12 @@ There are two ways of visualizing all measured data independent of their paramet Useful to identify trends (especially when the parameter variation scheme is known as well) and interference. The plot is shown interactively, but not written to the filesystem. +## LaTeX TikZ/PGF raw data visualization + +`--export-pgf-unparam PREFIX` writes measurement index, attribute value, +and parameter values to PREFIX(name)-(attribute).txt. +This is essentially `--boxplot-unparam` for TikZ/PGF. + ## Influence of a single Non-Functional Property on a Performance Attribute Assume that we want to see how the number of requested UPMEM DPUs (`n_dpus`) diff --git a/doc/model-assessment.md b/doc/model-assessment.md index 8952d15..7d946bb 100644 --- a/doc/model-assessment.md +++ b/doc/model-assessment.md @@ -14,7 +14,7 @@ It is generally a good idea to combine `--show-model-error` with ("lowest achievable prediction error" / underlying measurement uncertainty) and is always reported without cross-validation. -## Dataref export +## LaTeX dataref export `--export-dref=filename.tex` exports model statistics and all available error metrics to a [dataref](https://ctan.org/pkg/dataref) file. Again, it may be a -- cgit v1.2.3