📄 unit2.dfm
字号:
object ParamSet: TParamSet
Left = 506
Top = 435
Width = 578
Height = 438
Caption = #21442#25968#35774#32622
Color = clSilver
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 33
Top = 24
Width = 61
Height = 16
Caption = 'SVM'#31867#22411'a'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 36
Top = 80
Width = 59
Height = 16
Caption = #26680#31867#22411' a'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object degree: TLabel
Left = 42
Top = 194
Width = 44
Height = 16
Caption = 'degree'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object gamma: TLabel
Left = 178
Top = 194
Width = 37
Height = 16
Caption = 'sigma'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 362
Top = 194
Width = 9
Height = 16
Caption = 'C'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Nu: TLabel
Left = 50
Top = 234
Width = 17
Height = 16
Caption = 'Nu'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 186
Top = 242
Width = 34
Height = 13
Caption = 'Epsilon'
end
object Label5: TLabel
Left = 338
Top = 242
Width = 49
Height = 13
Caption = 'Cachesize'
end
object Label6: TLabel
Left = 26
Top = 274
Width = 62
Height = 16
Caption = 'subset_no'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 26
Top = 136
Width = 75
Height = 16
Caption = #20998#31867#26041#27861' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label8: TLabel
Left = 184
Top = 272
Width = 40
Height = 16
Caption = 'nr_fold'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label9: TLabel
Left = 360
Top = 272
Width = 8
Height = 16
Caption = 'p'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label10: TLabel
Left = 16
Top = 320
Width = 77
Height = 16
Caption = 'workset_size'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label11: TLabel
Left = 272
Top = 320
Width = 33
Height = 16
Caption = 'coef0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object GroupBox1: TGroupBox
Left = 104
Top = 8
Width = 385
Height = 49
TabOrder = 0
object c_svc: TRadioButton
Left = 9
Top = 16
Width = 64
Height = 17
Caption = 'C_SVC'
Checked = True
TabOrder = 0
TabStop = True
OnClick = c_svcClick
end
object nu_svc: TRadioButton
Left = 72
Top = 16
Width = 65
Height = 17
Caption = 'NU_SVC'
Enabled = False
TabOrder = 1
OnClick = nu_svcClick
end
object one_class: TRadioButton
Left = 144
Top = 16
Width = 89
Height = 17
Caption = 'ONE_CLASS'
Enabled = False
TabOrder = 2
OnClick = one_classClick
end
object e_svr: TRadioButton
Left = 232
Top = 16
Width = 65
Height = 17
Caption = 'E-SVR'
TabOrder = 3
OnClick = e_svrClick
end
object nu_svr: TRadioButton
Left = 288
Top = 16
Width = 113
Height = 17
Caption = 'NU-SVR'
Enabled = False
TabOrder = 4
OnClick = nu_svrClick
end
end
object GroupBox2: TGroupBox
Left = 104
Top = 64
Width = 385
Height = 41
TabOrder = 1
object linear: TRadioButton
Left = 8
Top = 16
Width = 65
Height = 17
Caption = 'linear'
TabOrder = 0
end
object Polynomial: TRadioButton
Left = 80
Top = 16
Width = 89
Height = 17
Caption = 'Polynomial'
TabOrder = 1
end
object Rbf: TRadioButton
Left = 176
Top = 16
Width = 65
Height = 17
Caption = 'Rbf'
Checked = True
TabOrder = 2
TabStop = True
end
object Sigmoid: TRadioButton
Left = 248
Top = 16
Width = 81
Height = 17
Caption = 'Sigmoid'
TabOrder = 3
end
end
object degree_text: TEdit
Left = 98
Top = 194
Width = 49
Height = 21
TabOrder = 2
Text = '3'
end
object gamma_text: TEdit
Left = 250
Top = 194
Width = 57
Height = 21
TabOrder = 3
Text = '0.5'
end
object C_text: TEdit
Left = 410
Top = 194
Width = 57
Height = 21
TabOrder = 4
Text = '10'
end
object Nu_text: TEdit
Left = 98
Top = 234
Width = 49
Height = 21
TabOrder = 5
Text = '0.5'
end
object eps_text: TEdit
Left = 250
Top = 234
Width = 57
Height = 21
TabOrder = 6
Text = '0.01'
end
object Cachesize_text: TEdit
Left = 416
Top = 234
Width = 57
Height = 21
TabOrder = 7
Text = '100'
end
object Button1: TButton
Left = 240
Top = 360
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 8
OnClick = Button1Click
end
object subset_no_text: TEdit
Left = 98
Top = 274
Width = 55
Height = 21
TabOrder = 9
Text = '1'
end
object GroupBox3: TGroupBox
Left = 104
Top = 120
Width = 385
Height = 41
TabOrder = 10
object one_against_one: TRadioButton
Left = 8
Top = 16
Width = 129
Height = 17
Caption = 'one_against_one'
Checked = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
TabStop = True
end
object one_against_all: TRadioButton
Left = 176
Top = 16
Width = 113
Height = 17
Caption = 'one_against_all'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
end
end
object nr_fold_text: TEdit
Left = 248
Top = 272
Width = 65
Height = 21
TabOrder = 11
Text = '5'
end
object p_text: TEdit
Left = 416
Top = 280
Width = 57
Height = 21
TabOrder = 12
Text = '1'
end
object Edit1: TEdit
Left = 104
Top = 320
Width = 73
Height = 21
TabOrder = 13
Text = '8000'
end
object Edit2: TEdit
Left = 336
Top = 320
Width = 121
Height = 21
TabOrder = 14
Text = '1.0'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -