Module view.DataOpenDialog

Dialog that allows the user to load a data from a file.

Functions

DataOpenDialog.new (parent) Constructor.
DataOpenDialog:run (num_input, num_output) Runs the dialog.
(private) DataOpenDialog:build_gui (parent) Builds the interface.


Functions

DataOpenDialog.new (parent)
Constructor.

Parameters

  • parent: Parent window

Return value:

New instance of DataOpenDialog
DataOpenDialog:run (num_input, num_output)
Runs the dialog.

Parameters

  • num_input: Expected number of neurons in the input layer
  • num_output:

Return value:

The selected data on success, nil if the user canceled or nil plus an error message if an error occurred
(private) DataOpenDialog:build_gui (parent)
Builds the interface.

Parameters

  • parent: Parent window

Valid XHTML 1.0!