|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.generation5.nn.Activation.Stepped
A stepped activation function. If n > 0, return 1.0 otherwise return 0.0.
| Nested Class Summary |
| Nested classes inherited from class org.generation5.nn.Activation |
Activation.None, Activation.Sigmoid, Activation.Stepped, Activation.Tanh |
| Constructor Summary | |
Activation.Stepped()
|
|
| Method Summary | |
double |
function(double in)
Return 1.0 for any value greater than 0.0, otherwise 0.0. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Activation.Stepped()
| Method Detail |
public double function(double in)
function in interface Activationin - the input weight.
|
This documentation is part of the Generation5 JDK.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||