pyanno4rt.gui.windows.components._neural_network_ntcp_window

Neural network NTCP component window.

Overview

Classes

NeuralNetworkNTCPWindow

Neural network NTCP component window for the application.

Classes

class pyanno4rt.gui.windows.components._neural_network_ntcp_window.NeuralNetworkNTCPWindow(parent=None)[source]

Bases: PyQt5.QtWidgets.QMainWindow, pyanno4rt.gui.compilations.components.neural_network_ntcp_window.Ui_neural_network_ntcp_window

Neural network NTCP component window for the application.

This class creates a neural network NTCP component window for the graphical user interface, including input fields to parametrize the component.

Overview

Methods

position()

.

load(component)

.

save()

.

eventFilter(source, event)

Customize the event filters.

mousePressEvent(event)

-

add_model_path()

Add the model path from a snapshot folder.

add_data_path()

Add the data path.

remove_feature()

Remove the selected feature from the model.

update_by_data_path()

.

update_save_button()

.

open_input_dialog()

Open an input dialog.

open_question_dialog()

Open a question dialog.

load_features_from_data()

.

set_enabled(fieldnames)

Enable multiple fields by their names.

set_disabled(fieldnames)

Disable multiple fields by their names.

set_zero_line_cursor(fieldnames)

Set the line edit cursor positions to zero.

set_styles(key_value_pairs)

Set the element stylesheets from key-value pairs.

close()

.

Members

position()[source]

.

load(component)[source]

.

save()[source]

.

eventFilter(source, event)[source]

Customize the event filters.

Parameters:
  • source

  • event

Return type:

mousePressEvent(event)[source]
add_model_path()[source]

Add the model path from a snapshot folder.

add_data_path()[source]

Add the data path.

remove_feature()[source]

Remove the selected feature from the model.

update_by_data_path()[source]

.

update_save_button()[source]

.

open_input_dialog()[source]

Open an input dialog.

open_question_dialog()[source]

Open a question dialog.

load_features_from_data()[source]

.

set_enabled(fieldnames)[source]

Enable multiple fields by their names.

Parameters:

fieldnames

set_disabled(fieldnames)[source]

Disable multiple fields by their names.

Parameters:

fieldnames

set_zero_line_cursor(fieldnames)[source]

Set the line edit cursor positions to zero.

Parameters:

fieldnames

set_styles(key_value_pairs)[source]

Set the element stylesheets from key-value pairs.

Parameters:

key_value_pairs

close()[source]

.