From 3090f274f698bd2e9c2fed2af2f730d9bf14fc07 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 16 Nov 2021 10:56:54 +0100 Subject: add configuration variable for non-binary dtree node support --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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 | -- cgit v1.2.3