From d739d1e3e02029e2185166bad51310f2a5bdb917 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 9 Jan 2024 15:48:44 +0100 Subject: RMT: Add links to RMT and non-binary tree node papers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3