📄 udlgopprmspvlibsvmcsvc.dfm
字号:
inherited dlgOpPrmSpvLibsvmCsvc: TdlgOpPrmSpvLibsvmCsvc
Left = 602
Top = 229
Caption = 'C-SVC from LIBSVM'
ClientHeight = 326
ClientWidth = 409
PixelsPerInch = 96
TextHeight = 15
inherited pnlBottom: TPanel
Top = 291
Width = 409
inherited btnOk: TButton
Left = 177
end
inherited btnCancel: TButton
Left = 253
end
inherited btnHelp: TButton
Left = 329
end
end
inherited pnlClient: TPanel
Width = 409
Height = 291
inherited pgCtrlPrm: TPageControl
Width = 377
Height = 259
inherited tabPrm: TTabSheet
Caption = 'Method'
object Label1: TLabel
Left = 100
Top = 24
Width = 70
Height = 15
Caption = 'Kernel type : '
end
object Label2: TLabel
Left = 24
Top = 60
Width = 146
Height = 15
Caption = 'Degree of kernel function : '
end
object Label3: TLabel
Left = 116
Top = 92
Width = 51
Height = 15
Caption = 'Gamma :'
end
object Label4: TLabel
Left = 124
Top = 124
Width = 41
Height = 15
Caption = 'Coef 0 :'
end
object Label6: TLabel
Left = 20
Top = 152
Width = 145
Height = 15
Caption = 'Penality cost (Complexity) :'
end
object LMDSimpleLabel1: TLMDSimpleLabel
Left = 84
Top = 204
Width = 202
Height = 17
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = 'Microsoft Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
Caption = 'More informations about parameters'
Jump = 'http://www.csie.ntu.edu.tw/~cjlin/libsvm/'
JumpMode = jmInternet
Options = []
end
object cmbKernelType: TComboBox
Left = 196
Top = 20
Width = 140
Height = 23
Style = csDropDownList
ItemHeight = 15
ItemIndex = 0
TabOrder = 0
Text = 'Linear'
Items.Strings = (
'Linear'
'Polynomial'
'Radial basis function'
'Sigmoid')
end
object edDegree: TLMDMaskEdit
Left = 196
Top = 56
Width = 140
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 = #8364
CustomButtons = <>
MaskType = meFloat
Text = '3.0'
DateTime = 3
end
object edGamma: TLMDMaskEdit
Left = 196
Top = 88
Width = 140
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 = #8364
CustomButtons = <>
MaskType = meFloat
Text = '0'
DateTime = 0
end
object edCoef0: TLMDMaskEdit
Left = 196
Top = 120
Width = 140
Height = 21
Cursor = crIBeam
BackFX.AlphaBlend.Strength = 0.600000023841858
Bevel.Mode = bmWindows
Caret.BlinkRate = 530
Caret.ImageIndex = 0
Caret.ListIndex = 0
TabOrder = 3
CurrencySettings.SystemDefaults = cmSystem
CurrencySettings.PositiveFormatStr = '1,1 '#164
CurrencySettings.NegativeFormatStr = '-1,1 '#164
CurrencySettings.Symbol = #8364
CustomButtons = <>
MaskType = meFloat
Text = '0'
DateTime = 0
end
object chkProba: TCheckBox
Left = 196
Top = 180
Width = 145
Height = 17
Hint = 'Check this option if you want use C-SVC for scoring'
Caption = 'Compute probabilities'
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object edCost: TLMDMaskEdit
Left = 196
Top = 148
Width = 140
Height = 21
Cursor = crIBeam
Bevel.Mode = bmWindows
Caret.BlinkRate = 530
Caret.ImageIndex = 0
Caret.ListIndex = 0
TabOrder = 5
CurrencySettings.SystemDefaults = cmSystem
CurrencySettings.PositiveFormatStr = '1,1 '#164
CurrencySettings.NegativeFormatStr = '-1,1 '#164
CurrencySettings.Symbol = #8364
CustomButtons = <>
MaskType = meFloat
Text = '1.0'
DateTime = 1
end
end
object TabSheet1: TTabSheet
Caption = ' Optimization '
ImageIndex = 1
object Label5: TLabel
Left = 28
Top = 76
Width = 122
Height = 15
Caption = 'Epsilon for Tolerance :'
end
object edEpsilon: TLMDMaskEdit
Left = 168
Top = 72
Width = 140
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 = #8364
CustomButtons = <>
MaskType = meFloat
Text = '0.001'
DateTime = 0.001
end
object chkShrinking: TCheckBox
Left = 77
Top = 128
Width = 216
Height = 17
Caption = 'Use shrinking for optimization'
TabOrder = 1
end
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -