diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2021-11-16 10:56:54 +0100 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2021-11-16 10:56:54 +0100 |
commit | 3090f274f698bd2e9c2fed2af2f730d9bf14fc07 (patch) | |
tree | 0f7338fcde47e26116c84077a7cb6cfd6aef2297 /README.md | |
parent | 76832a396075c30cea7d272cff69dd75354a057c (diff) |
add configuration variable for non-binary dtree node support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | |