udlgopprmclusteringsom.dfm

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

DFM
159
字号
inherited DlgOpPrmClusKohonenSOM: TDlgOpPrmClusKohonenSOM
  Left = 470
  Top = 254
  Caption = 'Kohonen'#39's Self Organisation Map parameters'
  ClientHeight = 400
  ClientWidth = 349
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 365
    Width = 349
    inherited btnOk: TButton
      Left = 117
    end
    inherited btnCancel: TButton
      Left = 193
    end
    inherited btnHelp: TButton
      Left = 269
    end
  end
  inherited pnlClient: TPanel
    Width = 349
    Height = 365
    inherited pgCtrlPrm: TPageControl
      Width = 317
      Height = 333
      inherited tabPrm: TTabSheet
        object Label3: TLabel
          Left = 30
          Top = 178
          Width = 120
          Height = 15
          Caption = 'Starting learning rate :'
        end
        object GroupBox1: TGroupBox
          Left = 29
          Top = 6
          Width = 250
          Height = 81
          Caption = ' MAP Structure '
          TabOrder = 0
          object Label1: TLabel
            Left = 18
            Top = 28
            Width = 56
            Height = 15
            Caption = 'Row size :'
          end
          object Label2: TLabel
            Left = 26
            Top = 50
            Width = 49
            Height = 15
            Caption = 'Col size :'
          end
          object spinRowCount: TLMDSpinEdit
            Left = 106
            Top = 22
            Width = 121
            Height = 23
            MinValue = 1
            TabOrder = 0
            Value = 2
          end
          object spinColCount: TLMDSpinEdit
            Left = 106
            Top = 48
            Width = 121
            Height = 23
            MinValue = 1
            TabOrder = 1
            Value = 2
          end
        end
        object rgDistNormalize: TRadioGroup
          Left = 29
          Top = 98
          Width = 250
          Height = 65
          Caption = ' Distance normalization '
          ItemIndex = 1
          Items.Strings = (
            'None'
            'Variance')
          TabOrder = 1
        end
        object edLRate: TLMDMaskEdit
          Left = 168
          Top = 176
          Width = 109
          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 rgSeedRnd: TRadioGroup
          Left = 33
          Top = 214
          Width = 245
          Height = 73
          Caption = ' Seed random generator '
          ItemIndex = 0
          Items.Strings = (
            'Random'
            'Standard')
          TabOrder = 3
        end
      end
      object TabSheet1: TTabSheet
        Caption = 'Results'
        ImageIndex = 1
        object CheckBox1: TCheckBox
          Left = 42
          Top = 95
          Width = 97
          Height = 17
          Caption = 'MAP Topology'
          Checked = True
          Enabled = False
          State = cbChecked
          TabOrder = 0
        end
        object CheckBox2: TCheckBox
          Left = 42
          Top = 143
          Width = 137
          Height = 17
          Caption = 'Explained inertia'
          Checked = True
          State = cbChecked
          TabOrder = 1
          Visible = False
        end
        object chkAnova: TCheckBox
          Left = 42
          Top = 191
          Width = 225
          Height = 17
          Caption = 'Show Anova table'
          TabOrder = 2
        end
      end
    end
  end
end

⌨️ 快捷键说明

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