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