|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.generation5.nn.Activation.None
No activation function. Returns the input.
| Nested Class Summary |
| Nested classes inherited from class org.generation5.nn.Activation |
Activation.None, Activation.Sigmoid, Activation.Stepped, Activation.Tanh |
| Constructor Summary | |
Activation.None()
|
|
| Method Summary | |
double |
function(double in)
Returns the weight. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Activation.None()
| 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 | ||||||||||