Module view.ActivationConfigurator
Dialog to configure the network activation functions.
Functions
ActivationConfigurator.new (parent) | Constructor. |
ActivationConfigurator:run (network) | Runs the dialog. |
(private) ActivationConfigurator:build_gui (parent) | Buids the interface. |
(private) ActivationConfigurator:prepare (network) | Prepares the dialog to be used with a network. |
(private) ActivationConfigurator:reload_neuron_info () | Refreshs the activation function and steepness of the 'per neuron' page (isn't aplicable to the other page). |
(private) ActivationConfigurator:set_per_layer () | Sets the values for the current layer in the 'per layer' page. |
(private) ActivationConfigurator:set_per_neuron () | Sets the values for the current neuron in the 'per neuron' page. |
Functions
- ActivationConfigurator.new (parent)
-
Constructor.
Parameters
- parent: Parent window
Return value:
New instance of ActivationConfigurator - ActivationConfigurator:run (network)
-
Runs the dialog.
Parameters
- network: Network to be used
- (private) ActivationConfigurator:build_gui (parent)
-
Buids the interface.
Parameters
- parent: Parent window
- (private) ActivationConfigurator:prepare (network)
-
Prepares the dialog to be used with a network.
Parameters
- network: Network to be used
- (private) ActivationConfigurator:reload_neuron_info ()
- Refreshs the activation function and steepness of the 'per neuron' page (isn't aplicable to the other page).
- (private) ActivationConfigurator:set_per_layer ()
- Sets the values for the current layer in the 'per layer' page.
- (private) ActivationConfigurator:set_per_neuron ()
- Sets the values for the current neuron in the 'per neuron' page.