simbad.piconode.ext
Class ActivationFunction_copyWithDecay

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

public class ActivationFunction_copyWithDecay
extends ActivationFunction
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  double _decay
           
 
Constructor Summary
ActivationFunction_copyWithDecay()
           
ActivationFunction_copyWithDecay(double __decay)
           
 
Method Summary
 double applyFunction(double __value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_decay

private double _decay
Constructor Detail

ActivationFunction_copyWithDecay

public ActivationFunction_copyWithDecay()

ActivationFunction_copyWithDecay

public ActivationFunction_copyWithDecay(double __decay)
Method Detail

applyFunction

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