|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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 NeuronFunctionpublic Type computeDerivativeAtPos(Type pos)
computeDerivativeAtPos in interface NeuronFunctionpublic Type computeDerivativeUsingLastOutput(Type lastOut)
computeDerivativeUsingLastOutput in interface NeuronFunctionpublic SigmoidOutputFunction getClone()
getClone in interface NeuronFunctiongetClone in interface CloneableObject.clone()public double getLowerActiveRange()
getLowerActiveRange in interface NeuronFunctionpublic double getUpperActiveRange()
getUpperActiveRange in interface NeuronFunction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||