udlgopprmspvmlogreg.dfm

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

DFM
78
字号
inherited dlgOpPrmSpvMLogReg: TdlgOpPrmSpvMLogReg
  Left = 456
  Top = 391
  Caption = 'Multinomial Logistic Regression'
  ClientHeight = 325
  ClientWidth = 320
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 290
    Width = 320
    inherited btnOk: TButton
      Left = 88
    end
    inherited btnCancel: TButton
      Left = 164
    end
    inherited btnHelp: TButton
      Left = 240
    end
  end
  inherited pnlClient: TPanel
    Width = 320
    Height = 290
    inherited pgCtrlPrm: TPageControl
      Width = 288
      Height = 258
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 28
          Top = 148
          Width = 83
          Height = 15
          Caption = 'Max iterations :'
        end
        object Label2: TLabel
          Left = 72
          Top = 188
          Width = 39
          Height = 15
          Caption = 'Ridge :'
        end
        object rgOptMethod: TRadioGroup
          Left = 28
          Top = 8
          Width = 221
          Height = 121
          Caption = ' Optimization method '
          Items.Strings = (
            'Marquardt'
            'BFGS'
            'BFGS with supplied gradient'
            'Conjugate gradient')
          TabOrder = 0
        end
        object spinIter: TSpinEdit
          Left = 124
          Top = 144
          Width = 121
          Height = 24
          MaxValue = 200
          MinValue = 1
          TabOrder = 1
          Value = 1
        end
        object edRidge: TEdit
          Left = 124
          Top = 184
          Width = 121
          Height = 23
          TabOrder = 2
          Text = '1e-8'
        end
      end
    end
  end
end

⌨️ 快捷键说明

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