2018-05-30 20:28:23 +02:00
|
|
|
symbols = {
|
|
|
|
"BAYES_SPAM" {
|
2018-07-29 00:34:36 +02:00
|
|
|
weight = 8.5;
|
2018-05-30 20:28:23 +02:00
|
|
|
description = "Message probably spam, probability: ";
|
|
|
|
}
|
|
|
|
"BAYES_HAM" {
|
2018-07-29 00:34:36 +02:00
|
|
|
weight = -12.5;
|
2018-05-30 20:28:23 +02:00
|
|
|
description = "Message probably ham, probability: ";
|
|
|
|
}
|
|
|
|
}
|