activationFunction
Class TransparentActivationFunction

java.lang.Object
  extended by activationFunction.TransparentActivationFunction
All Implemented Interfaces:
ActivationFunctionModel

public class TransparentActivationFunction
extends java.lang.Object
implements ActivationFunctionModel

Transparent activation function return input value without any changes.


Constructor Summary
TransparentActivationFunction()
          Creates a new instance of TranspatentActivationFunction
 
Method Summary
 double[] getParamateres()
          Return null
 double getValue(double inputValue)
          Return the input value without any changes.
 void setParameteres(double[] paramateresList)
          Do nothing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransparentActivationFunction

public TransparentActivationFunction()
Creates a new instance of TranspatentActivationFunction

Method Detail

setParameteres

public void setParameteres(double[] paramateresList)
Do nothing

Specified by:
setParameteres in interface ActivationFunctionModel
Parameters:
paramateresList - array of the parameters

getParamateres

public double[] getParamateres()
Return null

Specified by:
getParamateres in interface ActivationFunctionModel
Returns:
null

getValue

public double getValue(double inputValue)
Return the input value without any changes.

Specified by:
getValue in interface ActivationFunctionModel
Parameters:
inputValue - input value
Returns:
input value