public SetWeight ( int fromLayer, int fromNeuron, int toNeuron, double v ) : void | ||
fromLayer | int | The from layer. |
fromNeuron | int | The from neuron. |
toNeuron | int | The to neuron. |
v | double | The to value. |
return | void |
public SetWeight ( int fromLayer, int fromNeuron, int toNeuron, double v ) : void | ||
fromLayer | int | The from layer. |
fromNeuron | int | The from neuron. |
toNeuron | int | The to neuron. |
v | double | The to value. |
return | void |