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