📄 udlgopprmspvrbf.dfm
字号:
inherited DlgOpPrmSpvRBF: TDlgOpPrmSpvRBF
Caption = 'RBF parameters'
ClientHeight = 284
ClientWidth = 332
PixelsPerInch = 96
TextHeight = 15
inherited pnlBottom: TPanel
Top = 249
Width = 332
inherited btnOk: TButton
Left = 100
end
inherited btnCancel: TButton
Left = 176
end
inherited btnHelp: TButton
Left = 252
end
end
inherited pnlClient: TPanel
Width = 332
Height = 249
inherited pgCtrlPrm: TPageControl
Width = 300
Height = 217
inherited tabPrm: TTabSheet
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 292
Height = 187
ActivePage = tabLearning
Align = alClient
Style = tsFlatButtons
TabIndex = 0
TabOrder = 0
object tabLearning: TTabSheet
Caption = 'Learning'
ImageIndex = 1
object Label2: TLabel
Left = 14
Top = 70
Width = 79
Height = 15
Caption = 'Learning rate :'
end
object Label3: TLabel
Left = 14
Top = 110
Width = 132
Height = 15
Caption = 'Test sample proportion :'
end
object Label1: TLabel
Left = 12
Top = 24
Width = 97
Height = 15
Caption = 'Cluster definition :'
end
object edLRate: TLMDMaskEdit
Left = 170
Top = 64
Width = 100
Height = 21
Cursor = crIBeam
Bevel.Mode = bmWindows
Caret.BlinkRate = 530
Caret.ImageIndex = 0
Caret.ListIndex = 0
TabOrder = 0
CurrencySettings.SystemDefaults = cmSystem
CurrencySettings.PositiveFormatStr = '1,1 '#164
CurrencySettings.NegativeFormatStr = '-1,1 '#164
CurrencySettings.Symbol = 'F'
CustomButtons = <>
Decimals = 4
MaskType = meFloat
Text = '0'
DateTime = 0
end
object edTestSample: TLMDMaskEdit
Left = 170
Top = 108
Width = 100
Height = 21
Cursor = crIBeam
Bevel.Mode = bmWindows
Caret.BlinkRate = 530
Caret.ImageIndex = 0
Caret.ListIndex = 0
TabOrder = 1
CurrencySettings.SystemDefaults = cmSystem
CurrencySettings.PositiveFormatStr = '1,1 '#164
CurrencySettings.NegativeFormatStr = '-1,1 '#164
CurrencySettings.Symbol = 'F'
CustomButtons = <>
Decimals = 4
MaskType = meFloat
Text = '0'
DateTime = 0
end
object cmbAttRBF: TComboBox
Left = 128
Top = 18
Width = 145
Height = 23
ItemHeight = 15
TabOrder = 2
end
end
object tabStop: TTabSheet
Caption = 'Stopping rule'
ImageIndex = 2
object Label4: TLabel
Left = 22
Top = 16
Width = 77
Height = 15
Caption = 'Max iteration :'
end
object Label5: TLabel
Left = 24
Top = 48
Width = 104
Height = 15
Caption = 'Error rate thresold :'
end
object Label6: TLabel
Left = 26
Top = 110
Width = 111
Height = 15
Caption = 'Gap test stagnation :'
end
object chkErrStagnation: TCheckBox
Left = 26
Top = 76
Width = 161
Height = 17
Caption = 'Test error stagnation'
TabOrder = 0
end
object spinMaxIter: TLMDSpinEdit
Left = 146
Top = 12
Width = 121
Height = 23
MaxValue = 1000
MinValue = 1
TabOrder = 1
Value = 50
end
object edThresoldError: TLMDMaskEdit
Left = 146
Top = 42
Width = 123
Height = 21
Cursor = crIBeam
BackFX.AlphaBlend.Strength = 0.600000023841858
Bevel.Mode = bmWindows
Caret.BlinkRate = 530
Caret.ImageIndex = 0
Caret.ListIndex = 0
TabOrder = 2
CurrencySettings.SystemDefaults = cmSystem
CurrencySettings.PositiveFormatStr = '1,1 '#164
CurrencySettings.NegativeFormatStr = '-1,1 '#164
CurrencySettings.Symbol = 'F'
CustomButtons = <>
Decimals = 4
MaskType = meFloat
Text = '0'
DateTime = 0
end
object spinGapTestStagnation: TLMDSpinEdit
Left = 148
Top = 106
Width = 121
Height = 23
TabOrder = 3
end
end
end
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -