summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-11-16 10:56:54 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2021-11-16 10:56:54 +0100
commit3090f274f698bd2e9c2fed2af2f730d9bf14fc07 (patch)
tree0f7338fcde47e26116c84077a7cb6cfd6aef2297 /README.md
parent76832a396075c30cea7d272cff69dd75354a057c (diff)
add configuration variable for non-binary dtree node support
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e2f499a..8f010f2 100644
--- a/README.md
+++ b/README.md
@@ -36,3 +36,4 @@ The following variables may be set to alter the behaviour of dfatool components.
| `DFATOOL_KCONF_IGNORE_STRING` | **0**, 1 | Ignore string configuration options. Useful for comparison with CART/DECART. |
| `DFATOOL_FIT_LINEAR_ONLY` | **0**, 1 | Only consider linear functions (a + bx) in regression analysis. Useful for comparison with Linear Model Trees / M5. |
| `DFATOOL_REGRESSION_SAFE_FUNCTIONS` | **0**, 1 | Use safe functions only (e.g. 1/x returnning 1 for x==0) |
+| `DFATOOL_DTREE_NONBINARY_NODES` | 0, **1** | Enable non-binary nodes (i.e., nodes with more than two children corresponding to enum variables) in decision trees |