public class SequenceNeuralFunction extends NeuralFunction
| Modifier and Type | Field and Description |
|---|---|
String |
tolerances |
disabled, initial, last, linkAlphaComparator, links, linkslist, name, output, parameters, posindex, reset| Constructor and Description |
|---|
SequenceNeuralFunction() |
SequenceNeuralFunction(List<Parameters> ps) |
| Modifier and Type | Method and Description |
|---|---|
double |
compute() |
String |
getParametersString() |
void |
init() |
void |
setParameter(String par) |
void |
verifyConfiguration() |
clearParametersHashMap, close, deactivate, getConfigParameter, getDataString, getExternalControlFunction, getInitial, getName, getOutput, getParameter, getParameter, getParameter, getParameterBoolean, getParameterDouble, getParameterInt, getParameterName, getParameterObject, getParametersSet, getParametersSize, getParameterType, getPosindex, getTime, isDisabled, pause, post, setConfigLinks, setField, setInitial, setLink, setLinks, setName, setOutput, setParameter, setPosindex, stoppublic String tolerances
public SequenceNeuralFunction(List<Parameters> ps) throws Exception
Exceptionpublic void verifyConfiguration()
throws Exception
verifyConfiguration in class BaseNeuralFunctionExceptionpublic void init()
throws Exception
init in class BaseNeuralFunctionExceptionpublic double compute()
throws Exception
compute in interface NeuralFunctionInterfacecompute in class NeuralFunctionExceptionpublic void setParameter(String par) throws Exception
setParameter in interface NeuralFunctionInterfacesetParameter in class BaseNeuralFunctionExceptionpublic String getParametersString()
getParametersString in interface NeuralFunctionInterfacegetParametersString in class BaseNeuralFunctionCopyright © 2017. All rights reserved.