From 98993b41f90efb788578dcb5be45b6af07382f05 Mon Sep 17 00:00:00 2001 From: Marcel Bokhorst Date: Sat, 30 Jan 2021 20:24:12 +0100 Subject: [PATCH 1/2] Updated FAQ --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 4f5b986484..2d6d1b4a09 100644 --- a/FAQ.md +++ b/FAQ.md @@ -3473,10 +3473,10 @@ provided that auto classification is enabled for the folder: Both conditions must be satisfied before a message will be moved. -Considering the defaults option values: +Considering the default option values: * Apples 40 % and bananas 30 % would be disregarded because the difference of 25 % is below the minimum of 50 % -* Apples 15 % and bananas 5 % would be disregarded because the probability for apples is below the minimum of 20 % +* Apples 10 % and bananas 5 % would be disregarded because the probability for apples is below the minimum of 15 % * Apples 50 % and bananas 20 % would result in selecting apples Classification is optimized to use as little resources as possible, but will inevitably use some extra battery power. From 182fab31a2b81ec02bdb5102e4840fe1bfeb2153 Mon Sep 17 00:00:00 2001 From: Marcel Bokhorst Date: Sat, 30 Jan 2021 20:25:49 +0100 Subject: [PATCH 2/2] Updated FAQ --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 2d6d1b4a09..b801611774 100644 --- a/FAQ.md +++ b/FAQ.md @@ -3468,7 +3468,7 @@ The message classifier calculates the probability a message belongs in a folder There are two options in the miscellaneous settings which control if a message will be automatically moved into a folder, provided that auto classification is enabled for the folder: -* *Minimum class probability*: a message will only be moved when the confidence it belongs in a folder is greater than this value (default 20 %) +* *Minimum class probability*: a message will only be moved when the confidence it belongs in a folder is greater than this value (default 15 %) * *Minimum class difference*: a message will only be moved when the difference in confidence between one class and the next most likely class is greater than this value (default 50 %) Both conditions must be satisfied before a message will be moved.