simbad.piconode.ext
Class ActivationFunction_piecewiseLinear

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_piecewiseLinear
All Implemented Interfaces:
java.io.Serializable

public class ActivationFunction_piecewiseLinear
extends ActivationFunctionWithDerivative
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ActivationFunction_piecewiseLinear()
           
 
Method Summary
 double applyDerivativeFunction(double __value)
           
 double applyFunction(double __value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationFunction_piecewiseLinear

public ActivationFunction_piecewiseLinear()
Method Detail

applyFunction

public double applyFunction(double __value)
Specified by:
applyFunction in class ActivationFunctionWithDerivative

applyDerivativeFunction

public double applyDerivativeFunction(double __value)
Specified by:
applyDerivativeFunction in class ActivationFunctionWithDerivative