jhpro.nnet.jknnl
Interface ActivationFunctionModel
-
- All Known Implementing Classes:
- HardLimitActivationFunction, LinearActivationFunction, SymetricHardLimitActivationFunction, TransparentActivationFunction
public interface ActivationFunctionModelInterface representing Neruon activation function model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description double[]getParamateres()Return array of the parametersdoublegetValue(double inputValue)Return value of the activation function for specified input value.voidsetParameteres(double[] paramateresList)Set parameters of the activation function
-
-
-
Method Detail
-
setParameteres
void setParameteres(double[] paramateresList)
Set parameters of the activation function- Parameters:
paramateresList- array contains parameters
-
getParamateres
double[] getParamateres()
Return array of the parameters- Returns:
- array of the parameters
-
getValue
double getValue(double inputValue)
Return value of the activation function for specified input value.- Parameters:
inputValue- input value of the function- Returns:
- value of the activation function
-
-
DMelt 3.0 © DataMelt by jWork.ORG