|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivationFunctionModel
Interface representing Neruon activation function model.
| Method Summary | |
|---|---|
double[] |
getParamateres()
Return array of the parameters |
double |
getValue(double inputValue)
Return value of the activation function for specified input value. |
void |
setParameteres(double[] paramateresList)
Set parameters of the activation function |
| Method Detail |
|---|
void setParameteres(double[] paramateresList)
paramateresList - array contains parametersdouble[] getParamateres()
double getValue(double inputValue)
inputValue - input value of the function
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||