neural_group.conf 452 B

123456789101112131415161718
  1. symbols = {
  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. }