class

Neuron

Inherits Reference < Object

Instance methods

calculate_output
Source
error
Source
error=(error : Float64)
Source
output
Source
output=(output : Float64)
Source
prev_threshold
Source
prev_threshold=(prev_threshold : Float64)
Source
synapses_in
Source
synapses_in=(synapses_in : Array(Synapse))
Source
synapses_out
Source
synapses_out=(synapses_out : Array(Synapse))
Source
threshold
Source
threshold=(threshold : Float64)
Source
train(rate, target)
Source
train(rate)
Source
update_weights(rate)
Source