|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NeuronFunction
This is the interface that a Neuron output function needs to conform to.
Method Summary | |
---|---|
Type |
computeDerivativeAtPos(Type pos)
|
Type |
computeDerivativeUsingLastOutput(Type lastOut)
|
Type |
computeFunction(Type in)
|
NeuronFunction |
getClone()
Create a cloned copy of the current object and return it. |
double |
getLowerActiveRange()
Return the lowerbound for the active range of this NeuronFunction |
double |
getUpperActiveRange()
Return the upperbound for the active range of this NeuronFunction |
Method Detail |
---|
NeuronFunction getClone()
Cloneable
getClone
in interface Cloneable
Object.clone()
Type computeFunction(Type in)
Type computeDerivativeAtPos(Type pos)
Type computeDerivativeUsingLastOutput(Type lastOut)
double getLowerActiveRange()
double getUpperActiveRange()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |