A dialog class for Tikhonov regularization parameter scan/plot. More...
#include "us_rpscan.h"
Public Member Functions | |
US_RpScan (QList< US_SolveSim::DataSet * > &, US_ModelRecord &, int &, double &, QWidget *p=0) | |
Regularization Parameter Scan constructor. More... | |
Public Member Functions inherited from US_WidgetsDialog | |
US_WidgetsDialog (QWidget *, Qt::WindowFlags) | |
QLabel * | us_label (const QString &, int=0, int=QFont::Bold) |
QLabel * | us_textlabel (const QString &, int=-1, int=QFont::Bold) |
QLabel * | us_banner (const QString &, int=0, int=QFont::Bold) |
QPushButton * | us_pushbutton (const QString &, bool=true, int=0) |
QTextEdit * | us_textedit (void) |
QLineEdit * | us_lineedit (const QString &=0, int=0, bool=false) |
void | us_setReadOnly (QLineEdit *, bool=true) |
void | us_setReadOnly (QTextEdit *, bool=true) |
QListWidget * | us_listwidget (int=0) |
QGridLayout * | us_checkbox (const QString &, QCheckBox *&, bool=false) |
QGridLayout * | us_radiobutton (const QString &text, QRadioButton *&rb, bool state=false) |
QProgressBar * | us_progressBar (int, int, int=0) |
QComboBox * | us_comboBox (void) |
QLCDNumber * | us_lcd (int, int=0) |
QwtCounter * | us_counter (int, double, double, double=0.0) |
QwtPlot * | us_plot (const QString &, const QString &=QString(), const QString &=QString()) |
QwtPlotGrid * | us_grid (QwtPlot *) |
QwtPlotCurve * | us_curve (QwtPlot *, const QString &) |
QwtPlotPicker * | us_picker (QwtPlot *) |
QTabWidget * | us_tabwidget (int=0, int=QFont::Bold) |
Protected Attributes | |
US_Help | showHelp |
QProgressBar * | b_progress |
Private Slots | |
void | reject_it (void) |
void | accept_it (void) |
void | scan (void) |
void | plot_data (void) |
void | mouse (const QwtDoublePoint &) |
void | process_job (WorkerThreadPc *) |
void | apply_alpha (const double, QVector< double > *, QVector< double > *, const int, const int, const int, double &, double &) |
void | help (void) |
Private Attributes | |
QList< US_SolveSim::DataSet * > & | dsets |
US_ModelRecord & | mrec |
int & | nthr |
double & | alpha |
QList< WorkerThreadPc * > | wthreads |
US_Plot * | plotLayout1 |
QwtPlot * | data_plot1 |
QwtPlotCurve * | v_line |
QwtPlotGrid * | grid |
QwtPlotMarker * | marker |
US_PlotPicker * | pick |
QHBoxLayout * | mainLayout |
QVBoxLayout * | leftLayout |
QVBoxLayout * | rightLayout |
QGridLayout * | pltctrlsLayout |
QHBoxLayout * | buttonsLayout |
QLineEdit * | le_mtype |
QLineEdit * | le_npoints |
QLineEdit * | le_mdlpar1 |
QLineEdit * | le_mdlpar2 |
QLineEdit * | le_selalpha |
QLineEdit * | le_stattext |
QwtCounter * | ct_stralpha |
QwtCounter * | ct_endalpha |
QwtCounter * | ct_incalpha |
int | dbg_level |
int | nalpha |
int | nasubm |
int | nacomp |
int | lgv |
int | lgx |
double | vscl |
double | xscl |
QVector< double > | alphas |
QVector< double > | varias |
QVector< double > | xnorms |
QVector< double > | sv_nnls_a |
QVector< double > | sv_nnls_b |
Additional Inherited Members | |
Public Attributes inherited from US_WidgetsDialog | |
US_Global | g |
Connect to global memory and make the values accessible. More... | |
QPalette | vlgray |
Very light gray palette for read-only line edits. More... | |
A dialog class for Tikhonov regularization parameter scan/plot.
Definition at line 20 of file us_rpscan.h.
US_RpScan::US_RpScan | ( | QList< US_SolveSim::DataSet * > & | dsets, |
US_ModelRecord & | mr, | ||
int & | thr, | ||
double & | alf, | ||
QWidget * | p = 0 |
||
) |
Regularization Parameter Scan constructor.
Definition at line 15 of file us_rpscan.cpp.
|
privateslot |
Definition at line 200 of file us_rpscan.cpp.
|
privateslot |
Definition at line 707 of file us_rpscan.cpp.
|
inlineprivateslot |
Definition at line 94 of file us_rpscan.h.
|
privateslot |
Definition at line 607 of file us_rpscan.cpp.
|
privateslot |
Definition at line 434 of file us_rpscan.cpp.
|
privateslot |
Definition at line 647 of file us_rpscan.cpp.
|
privateslot |
Definition at line 193 of file us_rpscan.cpp.
|
privateslot |
Definition at line 208 of file us_rpscan.cpp.
|
private |
Definition at line 33 of file us_rpscan.h.
|
private |
Definition at line 73 of file us_rpscan.h.
|
protected |
Definition at line 81 of file us_rpscan.h.
|
private |
Definition at line 50 of file us_rpscan.h.
|
private |
Definition at line 60 of file us_rpscan.h.
|
private |
Definition at line 61 of file us_rpscan.h.
|
private |
Definition at line 59 of file us_rpscan.h.
|
private |
Definition at line 39 of file us_rpscan.h.
|
private |
Definition at line 63 of file us_rpscan.h.
|
private |
Definition at line 30 of file us_rpscan.h.
|
private |
Definition at line 42 of file us_rpscan.h.
|
private |
Definition at line 54 of file us_rpscan.h.
|
private |
Definition at line 55 of file us_rpscan.h.
|
private |
Definition at line 52 of file us_rpscan.h.
|
private |
Definition at line 53 of file us_rpscan.h.
|
private |
Definition at line 56 of file us_rpscan.h.
|
private |
Definition at line 57 of file us_rpscan.h.
|
private |
Definition at line 47 of file us_rpscan.h.
|
private |
Definition at line 67 of file us_rpscan.h.
|
private |
Definition at line 68 of file us_rpscan.h.
|
private |
Definition at line 46 of file us_rpscan.h.
|
private |
Definition at line 43 of file us_rpscan.h.
|
private |
Definition at line 31 of file us_rpscan.h.
|
private |
Definition at line 66 of file us_rpscan.h.
|
private |
Definition at line 64 of file us_rpscan.h.
|
private |
Definition at line 65 of file us_rpscan.h.
|
private |
Definition at line 32 of file us_rpscan.h.
|
private |
Definition at line 44 of file us_rpscan.h.
|
private |
Definition at line 37 of file us_rpscan.h.
|
private |
Definition at line 49 of file us_rpscan.h.
|
private |
Definition at line 48 of file us_rpscan.h.
|
protected |
Definition at line 80 of file us_rpscan.h.
|
private |
Definition at line 76 of file us_rpscan.h.
|
private |
Definition at line 77 of file us_rpscan.h.
|
private |
Definition at line 41 of file us_rpscan.h.
|
private |
Definition at line 74 of file us_rpscan.h.
|
private |
Definition at line 70 of file us_rpscan.h.
|
private |
Definition at line 35 of file us_rpscan.h.
|
private |
Definition at line 75 of file us_rpscan.h.
|
private |
Definition at line 71 of file us_rpscan.h.