simbad.piconode.ext
Class ActivationFunction_threshold
java.lang.Object
simbad.piconode.core.operator.Operator
simbad.piconode.core.operator.ActivationFunction
simbad.piconode.core.operator.ActivationFunctionWithDerivative
simbad.piconode.ext.ActivationFunction_threshold
- All Implemented Interfaces:
- java.io.Serializable
public class ActivationFunction_threshold
- extends ActivationFunctionWithDerivative
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_thresholdDefaultValue
protected static double _thresholdDefaultValue
_thresholdValue
protected static double _thresholdValue
ActivationFunction_threshold
public ActivationFunction_threshold()
ActivationFunction_threshold
public ActivationFunction_threshold(double __value)
getDefaultThresholdValue
protected static double getDefaultThresholdValue()
applyFunction
public double applyFunction(double __value)
- Specified by:
applyFunction
in class ActivationFunctionWithDerivative
applyDerivativeFunction
public double applyDerivativeFunction(double __value)
- Specified by:
applyDerivativeFunction
in class ActivationFunctionWithDerivative