⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 udlgopprmspvmlogreg.dfm

📁 ADaM is a data mining and image processing toolkit
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -