|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.neuralnetwork.generic.neuron.SigmoidOutputFunction
Sigmoid
public class SigmoidOutputFunction
Constructor Summary | |
---|---|
SigmoidOutputFunction()
Deprecated. |
Method Summary | |
---|---|
Type |
computeDerivativeAtPos(Type pos)
Deprecated. |
Type |
computeDerivativeUsingLastOutput(Type lastOut)
Deprecated. |
Type |
computeFunction(Type in)
Deprecated. |
SigmoidOutputFunction |
getClone()
Deprecated. Create a cloned copy of the current object and return it. |
double |
getLowerActiveRange()
Deprecated. Return the lowerbound for the active range of this NeuronFunction |
double |
getUpperActiveRange()
Deprecated. Return the upperbound for the active range of this NeuronFunction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SigmoidOutputFunction()
Method Detail |
---|
public Type computeFunction(Type in)
computeFunction
in interface NeuronFunction
public Type computeDerivativeAtPos(Type pos)
computeDerivativeAtPos
in interface NeuronFunction
public Type computeDerivativeUsingLastOutput(Type lastOut)
computeDerivativeUsingLastOutput
in interface NeuronFunction
public SigmoidOutputFunction getClone()
getClone
in interface NeuronFunction
getClone
in interface Cloneable
Object.clone()
public double getLowerActiveRange()
getLowerActiveRange
in interface NeuronFunction
public double getUpperActiveRange()
getUpperActiveRange
in interface NeuronFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |