udlgopprmsvm.dfm

来自「ADaM is a data mining and image processi」· DFM 代码 · 共 168 行

DFM
168
字号
inherited dlgOpPrmSpvSVM: TdlgOpPrmSpvSVM
  Caption = 'SVM'
  ClientHeight = 395
  ClientWidth = 389
  PixelsPerInch = 96
  TextHeight = 15
  object Label5: TLabel [0]
    Left = 44
    Top = 172
    Width = 126
    Height = 15
    Caption = 'Complexity parameter :'
  end
  object Label6: TLabel [1]
    Left = 44
    Top = 176
    Width = 116
    Height = 15
    Caption = 'Epsilon for rounding :'
  end
  inherited pnlBottom: TPanel
    Top = 360
    Width = 389
    inherited btnOk: TButton
      Left = 157
    end
    inherited btnCancel: TButton
      Left = 233
    end
    inherited btnHelp: TButton
      Left = 309
    end
  end
  inherited pnlClient: TPanel
    Width = 389
    Height = 360
    inherited pgCtrlPrm: TPageControl
      Width = 357
      Height = 328
      inherited tabPrm: TTabSheet
        Caption = 'Kernel'
        object Label1: TLabel
          Left = 30
          Top = 156
          Width = 108
          Height = 15
          Caption = 'Polynom exponent :'
        end
        object Label2: TLabel
          Left = 43
          Top = 192
          Width = 95
          Height = 15
          Caption = 'Gamma for RBF :'
        end
        object Label3: TLabel
          Left = 12
          Top = 232
          Width = 126
          Height = 15
          Caption = 'Complexity parameter :'
        end
        object rgKernel: TRadioGroup
          Left = 28
          Top = 12
          Width = 289
          Height = 105
          Caption = ' Kernel '
          Items.Strings = (
            'Polynom'
            'Normalized polynom'
            'RBF')
          TabOrder = 0
        end
        object spinExponent: TLMDSpinEdit
          Left = 164
          Top = 152
          Width = 121
          Height = 23
          MaxValue = 10
          MinValue = 1
          TabOrder = 1
          Value = 1
        end
        object edGamma: TLMDMaskEdit
          Left = 164
          Top = 188
          Width = 121
          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 edComplexity: TEdit
          Left = 164
          Top = 228
          Width = 121
          Height = 23
          TabOrder = 3
          Text = '1.0'
        end
      end
      object TabSheet1: TTabSheet
        Caption = 'Filter'
        ImageIndex = 1
        object rgAttTrans: TRadioGroup
          Left = 24
          Top = 57
          Width = 301
          Height = 133
          Caption = ' Attribute transformation '
          Items.Strings = (
            'None'
            'Normalization'
            'Standardization')
          TabOrder = 0
        end
      end
      object TabSheet2: TTabSheet
        Caption = 'Parameters'
        ImageIndex = 2
        object Label4: TLabel
          Left = 28
          Top = 120
          Width = 116
          Height = 15
          Caption = 'Epsilon for rounding :'
        end
        object Label7: TLabel
          Left = 28
          Top = 160
          Width = 129
          Height = 15
          Caption = 'Tolerance for accuracy :'
        end
        object edEpsilon: TEdit
          Left = 184
          Top = 112
          Width = 121
          Height = 23
          TabOrder = 0
          Text = '1.0'
        end
        object edTolerance: TEdit
          Left = 184
          Top = 160
          Width = 121
          Height = 23
          TabOrder = 1
          Text = '1.0'
        end
      end
    end
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?