udlgopprmspvmlp.dfm
来自「ADaM is a data mining and image processi」· DFM 代码 · 共 216 行
DFM
216 行
inherited DlgOpPrmSpvMLP: TDlgOpPrmSpvMLP
Caption = 'MLP parameters'
ClientHeight = 307
ClientWidth = 327
PixelsPerInch = 96
TextHeight = 15
inherited pnlBottom: TPanel
Top = 272
Width = 327
inherited btnOk: TButton
Left = 95
end
inherited btnCancel: TButton
Left = 171
end
inherited btnHelp: TButton
Left = 247
end
end
inherited pnlClient: TPanel
Width = 327
Height = 272
inherited pgCtrlPrm: TPageControl
Width = 295
Height = 240
inherited tabPrm: TTabSheet
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 287
Height = 210
ActivePage = tabNetwork
Align = alClient
Style = tsFlatButtons
TabIndex = 0
TabOrder = 0
object tabNetwork: TTabSheet
Caption = 'Network'
object Label1: TLabel
Left = 10
Top = 70
Width = 112
Height = 15
Caption = 'Number of neurons :'
end
object chkHiddenLayer: TCheckBox
Left = 10
Top = 24
Width = 137
Height = 17
Caption = 'Use hidden layer'
TabOrder = 0
end
object spinHiddenNeurons: TLMDSpinEdit
Left = 144
Top = 68
Width = 87
Height = 23
MinValue = 1
TabOrder = 1
Value = 1
end
end
object tabLearning: TTabSheet
Caption = 'Learning'
ImageIndex = 1
object Label2: TLabel
Left = 12
Top = 6
Width = 79
Height = 15
Caption = 'Learning rate :'
end
object Label3: TLabel
Left = 12
Top = 30
Width = 138
Height = 15
Caption = 'Validation set proportion :'
end
object edLRate: TLMDMaskEdit
Left = 156
Top = 4
Width = 100
Height = 21
Cursor = crIBeam
BackFX.AlphaBlend.Strength = 0.600000023841858
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 = 156
Top = 28
Width = 100
Height = 21
Cursor = crIBeam
BackFX.AlphaBlend.Strength = 0.600000023841858
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 rgAtt: TRadioGroup
Left = 18
Top = 60
Width = 239
Height = 107
Caption = ' Attribute transformation '
ItemIndex = 2
Items.Strings = (
'none'
'centered'
'standardized'
'normalized')
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
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 + =
减小字号Ctrl + -
显示快捷键?