|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.core.transfer.TransferFunction
public abstract class TransferFunction
Abstract base class for all neuron tranfer functions.
Neuron
,
Serialized FormConstructor Summary | |
---|---|
TransferFunction()
|
Method Summary | |
---|---|
double |
getDerivative(double net)
Returns the first derivative of this function. |
abstract double |
getOutput(double net)
Returns the ouput of this function. |
java.lang.String |
toString()
Returns the class name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TransferFunction()
Method Detail |
---|
public abstract double getOutput(double net)
net
- net inputpublic double getDerivative(double net)
net
- net inputpublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |