blob: fca5cec92f0f2098ee8b60ae88a8eb16ece63ae0 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001symbols = {
2 "NEURAL_SPAM_LONG" {
3 weight = 3.7; # sample weight
4 description = "Neural network spam (long)";
5 }
6 "NEURAL_HAM_LONG" {
7 weight = -4.0; # sample weight
8 description = "Neural network ham (long)";
9 }
10 "NEURAL_SPAM_SHORT" {
11 weight = 2.5; # sample weight
12 description = "Neural network spam (short)";
13 }
14 "NEURAL_HAM_SHORT" {
15 weight = -2.0; # sample weight
16 description = "Neural network ham (short)";
17 }
18}