Skip to content

Commit

Permalink
fix typo in document
Browse files Browse the repository at this point in the history
  • Loading branch information
zasdfgbnm committed Nov 17, 2015
1 parent 0e6fa25 commit bf3fb0c
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 @@ -125,7 +125,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 bf3fb0c

Please sign in to comment.