Skip to content

Commit

Permalink
Merge pull request libfann#56 from zasdfgbnm/master
Browse files Browse the repository at this point in the history
fix typo in document
  • Loading branch information
steffennissen committed Nov 29, 2015
2 parents 2912a6e + bf3fb0c commit 77f0802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/fann_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static char const *const FANN_TRAIN_NAMES[] = {
* Can NOT be used during training.
FANN_THRESHOLD_SYMMETRIC - Threshold activation function.
* x < 0 -> y = 0, x >= 0 -> y = 1
* x < 0 -> y = -1, x >= 0 -> y = 1
* Can NOT be used during training.
FANN_SIGMOID - Sigmoid activation function.
Expand Down

0 comments on commit 77f0802

Please sign in to comment.