simbad.piconode.ext
Class ActivationFunction_threshold

java.lang.Object
  extended by simbad.piconode.core.operator.Operator
      extended by simbad.piconode.core.operator.ActivationFunction
          extended by simbad.piconode.core.operator.ActivationFunctionWithDerivative
              extended by 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

Field Summary
protected static double _thresholdDefaultValue
           
protected static double _thresholdValue
           
 
Constructor Summary
ActivationFunction_threshold()
           
ActivationFunction_threshold(double __value)
           
 
Method Summary
 double applyDerivativeFunction(double __value)
           
 double applyFunction(double __value)
           
protected static double getDefaultThresholdValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_thresholdDefaultValue

protected static double _thresholdDefaultValue

_thresholdValue

protected static double _thresholdValue
Constructor Detail

ActivationFunction_threshold

public ActivationFunction_threshold()

ActivationFunction_threshold

public ActivationFunction_threshold(double __value)
Method Detail

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