1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-18 04:59:16 +02:00
2018-05-18 21:39:25 +02:00

11 lines
207 B
Plaintext

symbols = {
"NEURAL_SPAM" {
weight = 4.0; # sample weight
description = "Neural network spam";
}
"NEURAL_HAM" {
weight = -4.0; # sample weight
description = "Neural network ham";
}
}