Class: Hopfield::Neuron
- Inherits:
-
Object
- Object
- Hopfield::Neuron
- Defined in:
- lib/hopfield/neuron.rb
Instance Attribute Summary collapse
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#state ⇒ Object
Returns the value of attribute state.
3 4 5 |
# File 'lib/hopfield/neuron.rb', line 3 def state @state end |