|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
OutputFunctionIF. An output function is a function f(x) = y. f can be parametrized by any number of constant parameters.
| 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. |
| Method Detail |
public java.lang.String getDisplayName()
public OutputFunctionParameter[] constructEmptyParameters()
public double calculate(double value,
OutputFunctionParameter[] params)
value - 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 | |||||||||