We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7a5876 + ec1fe58 commit f4776e2Copy full SHA for f4776e2
1 file changed
src/main/java/org/encog/engine/network/activation/ActivationStep.java
@@ -30,7 +30,7 @@
30
* The step activation function is a very simple activation function. It is the
31
* activation function that was used by the original perceptron. Using the
32
* default parameters it will return 1 if the input is 0 or greater. Otherwise
33
- * it will return 1.
+ * it will return 0.
34
*
35
* The center, low and high properties allow you to define how this activation
36
* function works. If the input is equal to center or higher the high property
0 commit comments