From d0615eb6b11719ef05fd8bc26e77d127906b1f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hansj=C3=B6rg=20Neth?= Date: Wed, 4 Sep 2024 11:10:54 +0200 Subject: [PATCH] update NEWS --- NEWS.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 24fce6a2..736b170a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -15,13 +15,22 @@ From now on, consider using other packages such as **parsnip** or **tidymodels** ## Minor changes +Plotting: + +- `plot.FFTrees()` now labels row of 2x2 confusion matrix as "Prediction" when using "test" data. - `plot.FFTrees()` now has a `truth.labels` argument which, if set, distinguishes labels of true (signal vs. noise) cases from decision outcomes. - `plot.FFTrees()` now has a `grayscale` argument which, if TRUE, creates a grayscale plot. + + + +Decision costs: + - Increased value of `cost_cues_default` from 0 to 1, so that default cue costs correspond to `mcu`. ## Details +- Fix bug for missing plot title. - Added `@aliases FFTrees-package` to documentation of main `FFTrees()` function. - Removed redundant `data_old` folder. @@ -498,6 +507,6 @@ Thus, the main tree building function is now `FFTrees()` and the new tree object ------ -[File `NEWS.md` last updated on 2024-05-21.] +[File `NEWS.md` last updated on 2024-09-04.]