|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectactivationFunction.TransparentActivationFunction
public class TransparentActivationFunction
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 |
---|
public TransparentActivationFunction()
Method Detail |
---|
public void setParameteres(double[] paramateresList)
setParameteres
in interface ActivationFunctionModel
paramateresList
- array of the parameterspublic double[] getParamateres()
getParamateres
in interface ActivationFunctionModel
public double getValue(double inputValue)
getValue
in interface ActivationFunctionModel
inputValue
- input value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |