Skip to content

Commit

Permalink
Revert "Revert "Merge pull request libfann#56 from zasdfgbnm/master""
Browse files Browse the repository at this point in the history
This reverts commit d7630d6.
  • Loading branch information
steffennissen committed Nov 29, 2015
1 parent d7630d6 commit 8ae6bb0
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 8ae6bb0

Please sign in to comment.