summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-01-09 15:48:44 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-01-09 15:48:44 +0100
commitd739d1e3e02029e2185166bad51310f2a5bdb917 (patch)
tree277f676391b215320ffd90712313cebae6a5f312
parentb50976c1d2538a9ebd2e7496086a8df7cd9ddecd (diff)
RMT: Add links to RMT and non-binary tree node papers
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f60f38d..229deca 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ dfatool supports six types of performance models:
* DECART: Regression Trees with exclusively binary features/parameters
* XGB: Regression Forests
* LMT: Linear Model Trees
-* RMT: Regression Model Trees
+* RMT: [Regression Model Trees](https://ess.cs.uos.de/static/papers/Friesel-2022-CPSIoTBench.pdf) with [non-binary nodes](https://ess.cs.uos.de/static/papers/Friesel-2022-CAIN.pdf)
* Least-Squares Regression
Least-Squares Regression is essentially a subset of RMT with just a single tree node.