summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-01-12 12:36:16 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-01-12 12:36:16 +0100
commit5d6f965c656466b99457fd3fea80183f2e81fa43 (patch)
tree54120184cd7f0ba5aeb73a0a26d13633f9ab22ba
parent8eb5860bbf5af2ecbad05fd014b79d9f3a5489f6 (diff)
doc: Add --export-pgf-unparam
-rw-r--r--doc/analysis-visual.md6
-rw-r--r--doc/model-assessment.md2
2 files changed, 7 insertions, 1 deletions
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