jhpro.nnet.jknnl
Class TransparentActivationFunction
- java.lang.Object
-
- jhpro.nnet.jknnl.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
Constructors Constructor and Description TransparentActivationFunction()Creates a new instance of TranspatentActivationFunction
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double[]getParamateres()Return nulldoublegetValue(double inputValue)Return the input value without any changes.voidsetParameteres(double[] paramateresList)Do nothing
-
-
-
Constructor Detail
-
TransparentActivationFunction
public TransparentActivationFunction()
Creates a new instance of TranspatentActivationFunction
-
-
Method Detail
-
setParameteres
public void setParameteres(double[] paramateresList)
Do nothing- Specified by:
setParameteresin interfaceActivationFunctionModel- Parameters:
paramateresList- array of the parameters
-
getParamateres
public double[] getParamateres()
Return null- Specified by:
getParamateresin interfaceActivationFunctionModel- Returns:
- null
-
getValue
public double getValue(double inputValue)
Return the input value without any changes.- Specified by:
getValuein interfaceActivationFunctionModel- Parameters:
inputValue- input value- Returns:
- input value
-
-
DMelt 3.0 © DataMelt by jWork.ORG