Class: CooCoo::OutputGrapher

Inherits:
Grapher show all
Defined in:
lib/coo-coo/grapher.rb

Instance Method Summary collapse

Methods inherited from Grapher

#initialize, #pen_color, #populate_inputs, #populate_layer, #populate_layers, #populate_neuron_link, #populate_neuron_node, #populate_outputs

Constructor Details

This class inherits a constructor from CooCoo::Grapher

Instance Method Details

#pen_scale(x) ⇒ Object



113
114
115
# File 'lib/coo-coo/grapher.rb', line 113

def pen_scale(x)
  2.0 * x
end

#populate(name, network, input_and_outputs) ⇒ Object



109
110
111
# File 'lib/coo-coo/grapher.rb', line 109

def populate(name, network, input_and_outputs)
  super(name, network, input_and_outputs)
end