|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.computing.ai.neurocomputing.Activation.None
public static class Activation.None
No activation function. Returns the input.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jscience.computing.ai.neurocomputing.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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||