diff options
| author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-01-09 15:48:44 +0100 |
|---|---|---|
| committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-01-09 15:48:44 +0100 |
| commit | d739d1e3e02029e2185166bad51310f2a5bdb917 (patch) | |
| tree | 277f676391b215320ffd90712313cebae6a5f312 | |
| parent | b50976c1d2538a9ebd2e7496086a8df7cd9ddecd (diff) | |
RMT: Add links to RMT and non-binary tree node papers
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
