simbad.piconode.ext
Class ActivationFunction_copy

java.lang.Object
  extended by simbad.piconode.core.operator.Operator
      extended by simbad.piconode.core.operator.ActivationFunction
          extended by simbad.piconode.ext.ActivationFunction_copy
All Implemented Interfaces:
java.io.Serializable

public class ActivationFunction_copy
extends ActivationFunction
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ActivationFunction_copy()
           
 
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_copy

public ActivationFunction_copy()
Method Detail

applyFunction

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

applyDerivativeFunction

public double applyDerivativeFunction(double __value)