Get the last weights of the neuron

[Visual Basic]
Public ReadOnly Property Last_W As Single()
[C#]
public float[] Last_W {get;}

See Also

Neuron Class | Neuron Members | NeuralNetwork Namespace