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

📄 udlgopprmspvtreecart.dfm

📁 ADaM is a data mining and image processing toolkit
💻 DFM
字号:
inherited dlgOpprmSpvTreeCART: TdlgOpprmSpvTreeCART
  Caption = 'C-RT parameters'
  ClientHeight = 356
  ClientWidth = 387
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 321
    Width = 387
    inherited btnOk: TButton
      Left = 155
    end
    inherited btnCancel: TButton
      Left = 231
    end
    inherited btnHelp: TButton
      Left = 307
    end
  end
  inherited pnlClient: TPanel
    Width = 387
    Height = 321
    inherited pgCtrlPrm: TPageControl
      Width = 355
      Height = 289
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 37
          Top = 26
          Width = 134
          Height = 15
          Caption = 'Min size of node to split :'
        end
        object Label2: TLabel
          Left = 56
          Top = 55
          Width = 115
          Height = 15
          Caption = 'Pruning set size (%) :'
        end
        object Label3: TLabel
          Left = 109
          Top = 80
          Width = 61
          Height = 15
          Caption = 'x-SE Rule :'
        end
        object spinMinSizeToSPlit: TLMDSpinEdit
          Left = 187
          Top = 21
          Width = 121
          Height = 23
          MaxValue = 5000000
          MinValue = 2
          TabOrder = 0
          Value = 5
        end
        object spinPruneSize: TLMDSpinEdit
          Left = 187
          Top = 50
          Width = 121
          Height = 23
          MaxValue = 90
          MinValue = 10
          TabOrder = 1
          Value = 10
        end
        object edSERule: TLMDMaskEdit
          Left = 187
          Top = 79
          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 = <>
          MaskType = meFloat
          Text = '0'
          DateTime = 0
        end
        object rgRnd: TRadioGroup
          Left = 32
          Top = 120
          Width = 281
          Height = 73
          Caption = '  Random number generator '
          Items.Strings = (
            'Random'
            'Standard')
          TabOrder = 3
        end
        object chkShowSeq: TCheckBox
          Left = 56
          Top = 219
          Width = 225
          Height = 17
          Caption = 'Show all tree sequence (even if > 15)'
          TabOrder = 4
        end
      end
    end
  end
end

⌨️ 快捷键说明

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