public class DisplayNeuralFunction extends NeuralFunction
Display a set of values in a window.
The configuration parameters to the function are as follows:
Width - width of each value panel (type Integer).
Height - height of each value panel (type Integer).
Font - size of value font (type Integer).
Places - decimal places (type Integer).
Alignment - alignment of panels, vertical or horizontal (type String).
disabled, initial, last, linkAlphaComparator, links, linkslist, name, output, parameters, posindex, reset| Constructor and Description |
|---|
DisplayNeuralFunction(List<Parameters> ps) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
double |
compute() |
void |
init() |
clearParametersHashMap, deactivate, getConfigParameter, getDataString, getExternalControlFunction, getInitial, getName, getOutput, getParameter, getParameter, getParameter, getParameterBoolean, getParameterDouble, getParameterInt, getParameterName, getParameterObject, getParametersSet, getParametersSize, getParametersString, getParameterType, getPosindex, getTime, isDisabled, pause, post, setConfigLinks, setField, setInitial, setLink, setLinks, setName, setOutput, setParameter, setParameter, setPosindex, stop, verifyConfigurationpublic DisplayNeuralFunction(List<Parameters> ps) throws Exception
Exceptionpublic void init()
throws Exception
init in class BaseNeuralFunctionExceptionpublic double compute()
throws Exception
compute in interface NeuralFunctionInterfacecompute in class NeuralFunctionExceptionpublic void close()
throws Exception
close in interface NeuralFunctionInterfaceclose in class BaseNeuralFunctionExceptionCopyright © 2017. All rights reserved.