Skip to content

Commit f4776e2

Browse files
committed
Merge pull request #164 from daydreamt/patch-1
Fix typo in class documentation.
2 parents b7a5876 + ec1fe58 commit f4776e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/encog/engine/network/activation/ActivationStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* The step activation function is a very simple activation function. It is the
3131
* activation function that was used by the original perceptron. Using the
3232
* default parameters it will return 1 if the input is 0 or greater. Otherwise
33-
* it will return 1.
33+
* it will return 0.
3434
*
3535
* The center, low and high properties allow you to define how this activation
3636
* function works. If the input is equal to center or higher the high property

0 commit comments

Comments
 (0)