summaryrefslogtreecommitdiff
path: root/doc/analysis-nfp.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/analysis-nfp.md')
-rw-r--r--doc/analysis-nfp.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/analysis-nfp.md b/doc/analysis-nfp.md
index 877ac2a..5221c55 100644
--- a/doc/analysis-nfp.md
+++ b/doc/analysis-nfp.md
@@ -8,7 +8,7 @@ Classification and Regression Trees (CART) are capable of generating accurate mo
Hence, after loading a CART model into kconfig-webconf, only a small subset of busybox features will be annotated with NFP deltas.
```
-DFATOOL_DTREE_SKLEARN_CART=1 DFATOOL_PARAM_CATEGORICAL_TO_SCALAR=1 DFATOOL_KCONF_WITH_CHOICE_NODES=0 .../dfatool/bin/analyze-kconfig.py --export-webconf busybox.json --force-tree ../busybox-1.35.0/Kconfig .
+DFATOOL_MODEL=cart DFATOOL_PARAM_CATEGORICAL_TO_SCALAR=1 DFATOOL_KCONF_WITH_CHOICE_NODES=0 .../dfatool/bin/analyze-kconfig.py --export-webconf busybox.json --force-tree ../busybox-1.35.0/Kconfig .
```
Refer to the [kconfig-webconf README](https://ess.cs.uos.de/git/software/kconfig-webconf/-/blob/master/README.md#user-content-performance-aware-configuration) for details on using the generated model.