Class NeuralNetworkParameterHelper
- java.lang.Object
-
- com.actelion.research.calc.regression.neuralnetwork.NeuralNetworkParameterHelper
-
public class NeuralNetworkParameterHelper extends java.lang.Object
NeuralNetworkParameterHelperModest v. Korff
Created by korffmo1 on 02.04.19.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACTIVATION_FCT_LOG
static java.lang.String
ACTIVATION_FCT_TAN
-
Constructor Summary
Constructors Constructor Description NeuralNetworkParameterHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NeuralNetwork.ActivationFunction
getActivationFunction(java.lang.String type)
static java.lang.String
getActivationFunctionName(NeuralNetwork.ActivationFunction activationFunction)
-
-
-
Field Detail
-
ACTIVATION_FCT_LOG
public static final java.lang.String ACTIVATION_FCT_LOG
- See Also:
- Constant Field Values
-
ACTIVATION_FCT_TAN
public static final java.lang.String ACTIVATION_FCT_TAN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getActivationFunctionName
public static java.lang.String getActivationFunctionName(NeuralNetwork.ActivationFunction activationFunction)
-
getActivationFunction
public static NeuralNetwork.ActivationFunction getActivationFunction(java.lang.String type)
-
-