pyanno4rt.gui.windows.components._logistic_regression_ntcp_window
Logistic regression NTCP component window.
Overview
Logistic regression NTCP component window for the application. |
Classes
- class pyanno4rt.gui.windows.components._logistic_regression_ntcp_window.LogisticRegressionNTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.logistic_regression_ntcp_window.Ui_logistic_regression_ntcp_windowLogistic regression NTCP component window for the application.
This class creates a logistic regression 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 the model path from a snapshot folder.
Add the data path.
Remove the selected feature from the model.
.
.
Open an input dialog.
Open a question dialog.
.
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
- eventFilter(source, event)[source]
Customize the event filters.
- Parameters:
source –
…
event –
…
- Return type:
…
- 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 –
…