summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2022-05-10 13:38:47 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2022-05-10 13:38:47 +0200
commit6463549eeae411b37904cd2324a18bee2acee693 (patch)
tree6c04edb4eea3c51622758f56d1ddd000a4120be8
parentf859cb1fd0c6c5831bf9d8d310a8a94e3ac4996e (diff)
add links to example models
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index df7dd3b..1a6bf00 100644
--- a/README.md
+++ b/README.md
@@ -47,3 +47,13 @@ The following variables may be set to alter the behaviour of dfatool components.
| `DFATOOL_DTREE_IGNORE_IRRELEVANT_PARAMS` | 0, **1** | Ignore parameters deemed irrelevant by stddev heuristic during regression tree generation |
| `DFATOOL_DTREE_LOSS_IGNORE_SCALAR` | **0**, 1 | Ignore scalar parameters when computing the loss for split node candidates. Instead of computing the loss of a single partition for each `x_i == j`, compute the loss of partitions for `x_i == j` in which non-scalar parameters vary and scalar parameters are constant. This way, scalar parameters do not affect the decision about which non-scalar parameter to use for splitting. |
| `DFATOOL_PARAM_CATEGORIAL_TO_SCALAR` | **0**, 1 | Some models (e.g. sklearn CART, XGBoost) do not support categorial parameters. Ignore them (0) or convert them to scalar indexes (1). |
+
+## Examples
+
+Suitable for kconfig-webconf
+
+### x264 Video Encoding
+
+* [Kconfig](https://ess.cs.uos.de/git-build/dfatool/master/x264.kconfig)
+* [CART](https://ess.cs.uos.de/git-build/dfatool/master/x264-cart.json)
+* [RMT](https://ess.cs.uos.de/git-build/dfatool/master/x264-rmt.json)