public class SigmoidNeuralFunction extends NeuralFunction
| Modifier and Type | Field and Description |
|---|---|
boolean |
absolute |
Double |
inputtolerance |
Double |
inscale |
Double |
outscale |
Integer |
sign |
Double |
xshift |
Double |
yshift |
Double |
yshiftfactor |
disabled, initial, last, linkAlphaComparator, links, linkslist, name, output, parameters, posindex, reset| Constructor and Description |
|---|
SigmoidNeuralFunction(List<Parameters> ps) |
| Modifier and Type | Method and Description |
|---|---|
double |
compute() |
double |
getParameter() |
String |
getParametersString() |
void |
setParameter(double par) |
void |
setParameter(String 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, setPosindex, stop, verifyConfigurationpublic Double inscale
public Double outscale
public Double xshift
public Double yshift
public Integer sign
public Double yshiftfactor
public Double inputtolerance
public boolean absolute
public SigmoidNeuralFunction(List<Parameters> ps) throws Exception
Exceptionpublic void setParameter(String par) throws Exception
setParameter in interface NeuralFunctionInterfacesetParameter in class BaseNeuralFunctionExceptionpublic double compute()
compute in interface NeuralFunctionInterfacecompute in class NeuralFunctionpublic String getParametersString()
getParametersString in interface NeuralFunctionInterfacegetParametersString in class BaseNeuralFunctionpublic void setParameter(double par)
setParameter in interface NeuralFunctionInterfacesetParameter in class BaseNeuralFunctionpublic double getParameter()
getParameter in interface NeuralFunctionInterfacegetParameter in class BaseNeuralFunctionCopyright © 2017. All rights reserved.