|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NeuronModel
Neuron Model interface
| Method Summary | |
|---|---|
double |
getValue(double[] inputVector)
Return value of the neuron after activation. |
double[] |
getWeight()
Returns array contains valu of the weights |
void |
setWeight(double[] weight)
Set weigths from array as parameter |
| Method Detail |
|---|
double[] getWeight()
void setWeight(double[] weight)
weight - array of the weightsdouble getValue(double[] inputVector)
inputVector - input vector for neuron
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||