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

📄 udlgopprmspvtreeid3.dfm

📁 ADaM is a data mining and image processing toolkit
💻 DFM
字号:
inherited DlgOpPrmSpvTreeID3: TDlgOpPrmSpvTreeID3
  Top = 281
  Caption = 'ID3 parameters'
  ClientHeight = 263
  ClientWidth = 385
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 228
    Width = 385
    inherited btnOk: TButton
      Left = 153
    end
    inherited btnCancel: TButton
      Left = 229
    end
    inherited btnHelp: TButton
      Left = 305
    end
  end
  inherited pnlClient: TPanel
    Width = 385
    Height = 228
    inherited pgCtrlPrm: TPageControl
      Width = 353
      Height = 196
      inherited tabPrm: TTabSheet
        object GroupBox1: TGroupBox
          Left = 18
          Top = 16
          Width = 309
          Height = 137
          Caption = ' Tree stopping rule '
          TabOrder = 0
          object Label1: TLabel
            Left = 44
            Top = 24
            Width = 94
            Height = 15
            Caption = 'Min size for split :'
          end
          object Label2: TLabel
            Left = 36
            Top = 53
            Width = 103
            Height = 15
            Caption = 'Min size of leaves :'
          end
          object Label3: TLabel
            Left = 20
            Top = 104
            Width = 159
            Height = 15
            Caption = 'Min entropy gain for splitting :'
          end
          object Label4: TLabel
            Left = 20
            Top = 78
            Width = 121
            Height = 15
            Caption = 'Max depth of the tree :'
          end
          object spinSizeBefore: TLMDSpinEdit
            Left = 148
            Top = 20
            Width = 121
            Height = 23
            MaxValue = 100000
            MinValue = 1
            TabOrder = 0
            Value = 1
          end
          object spinSizeAfter: TLMDSpinEdit
            Left = 148
            Top = 48
            Width = 121
            Height = 23
            MaxValue = 100000
            MinValue = 1
            TabOrder = 1
            Value = 1
          end
          object SpinDepth: TLMDSpinEdit
            Left = 148
            Top = 76
            Width = 121
            Height = 23
            TabOrder = 2
          end
          object edGainThresold: TLMDMaskEdit
            Left = 188
            Top = 104
            Width = 81
            Height = 21
            Cursor = crIBeam
            Bevel.Mode = bmWindows
            Caret.BlinkRate = 530
            Caret.ImageIndex = 0
            Caret.ListIndex = 0
            TabOrder = 3
            CurrencySettings.SystemDefaults = cmSystem
            CurrencySettings.PositiveFormatStr = '1,1 '#164
            CurrencySettings.NegativeFormatStr = '-1,1 '#164
            CurrencySettings.Symbol = 'F'
            CustomButtons = <>
            Decimals = 6
            MaskType = meFloat
            Text = '0'
            DateTime = 0
          end
        end
      end
    end
  end
end

⌨️ 快捷键说明

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