Class: Hopfield::Neuron

Inherits:
Object
  • Object
show all
Defined in:
lib/hopfield/neuron.rb

Instance Attribute Summary collapse

Instance Attribute Details

#stateObject

Returns the value of attribute state.



3
4
5
# File 'lib/hopfield/neuron.rb', line 3

def state
  @state
end