diff options
Diffstat (limited to 'doc/modeling-method.md')
-rw-r--r-- | doc/modeling-method.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/modeling-method.md b/doc/modeling-method.md index 057f7ee..bd0a15d 100644 --- a/doc/modeling-method.md +++ b/doc/modeling-method.md @@ -44,7 +44,7 @@ All of these are valid regression model trees. * `--force-tree` builds a tree structure even if dfatool's heuristic indicates that no non-integer parameter affects the modeled performance attribute. * `DFATOOL_RMT_IGNORE_IRRELEVANT_PARAMS=0` disables the relevant parameter detection heuristic when building the tree structure. By default, irrelevant parameters cannot end up as decision nodes. -* `DFATOOL_SUBMODEL=fol` makes RMT only consider linear functions (a + bx) in regression analysis. Useful for comparison with LMT / M5. +* `DFATOOL_RMT_SUBMODEL=fol` makes RMT only consider linear functions (a + bx) in regression analysis. Useful for comparison with LMT / M5. * `DFATOOL_PARAM_CATEGORICAL_TO_SCALAR=1` * `DFATOOL_ULS_SKIP_CODEPENDENT_CHECK=1` * `DFATOOL_REGRESSION_SAFE_FUNCTIONS=1` |