diff options
Diffstat (limited to 'utils/fann_train.pl')
-rwxr-xr-x | utils/fann_train.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fann_train.pl b/utils/fann_train.pl index c6a4bf15a..46b539489 100755 --- a/utils/fann_train.pl +++ b/utils/fann_train.pl @@ -15,7 +15,7 @@ my @spam; my @ham; my $max_samples = -1; my $split = 1; -my $preprocessed = 0; # ouptut is in format <score>:<0|1>:<SYM1,...SYMN> +my $preprocessed = 0; # output is in format <score>:<0|1>:<SYM1,...SYMN> my $score_spam = 12; my $score_ham = -6; |