public class ProportionalNeuralFunction extends NeuralFunction
| Modifier and Type | Field and Description |
|---|---|
Boolean |
enableinfinity |
Double |
gain |
disabled, initial, last, linkAlphaComparator, links, linkslist, name, output, parameters, posindex, reset| Constructor and Description |
|---|
ProportionalNeuralFunction() |
ProportionalNeuralFunction(List<Parameters> ps) |
| Modifier and Type | Method and Description |
|---|---|
double |
compute() |
double |
getParameter() |
String |
getParametersString() |
void |
setParameter(double par) |
clearParametersHashMap, close, deactivate, getConfigParameter, getDataString, 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 ProportionalNeuralFunction(List<Parameters> ps) throws Exception
Exceptionpublic double compute()
compute in interface NeuralFunctionInterfacecompute in class NeuralFunctionpublic double getParameter()
getParameter in interface NeuralFunctionInterfacegetParameter in class BaseNeuralFunctionpublic void setParameter(double par)
setParameter in interface NeuralFunctionInterfacesetParameter in class BaseNeuralFunctionpublic String getParametersString()
getParametersString in interface NeuralFunctionInterfacegetParametersString in class BaseNeuralFunctionCopyright © 2017. All rights reserved.