|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.micropsi.nodenet.outputfunctions.OFAbs
abs activation function.
| Constructor Summary | |
OFAbs()
|
|
| Method Summary | |
double |
calculate(double value,
OutputFunctionParameter[] params)
When a gate uses this output function and its value is to be calculated, this method will be called. |
OutputFunctionParameter[] |
constructEmptyParameters()
Defines the set of parameters for this output function. |
java.lang.String |
getDisplayName()
Returns the display name of this output function. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OFAbs()
| Method Detail |
public java.lang.String getDisplayName()
OutputFunctionIF
getDisplayName in interface OutputFunctionIFpublic OutputFunctionParameter[] constructEmptyParameters()
OutputFunctionIF
constructEmptyParameters in interface OutputFunctionIF
public double calculate(double value,
OutputFunctionParameter[] params)
OutputFunctionIF
calculate in interface OutputFunctionIFvalue - the gate valueparams - the parameter array, never null
|
(c) by Micropsi Project: http://www.cognitive-agents.org | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||