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

📄 udlgopprmspvknn.dfm

📁 ADaM is a data mining and image processing toolkit
💻 DFM
字号:
inherited DlgOpPrmSpvKNN: TDlgOpPrmSpvKNN
  Caption = 'k-NN parameters'
  ClientHeight = 264
  ClientWidth = 327
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 229
    Width = 327
    inherited btnOk: TButton
      Left = 95
    end
    inherited btnCancel: TButton
      Left = 171
    end
    inherited btnHelp: TButton
      Left = 247
    end
  end
  inherited pnlClient: TPanel
    Width = 327
    Height = 229
    inherited pgCtrlPrm: TPageControl
      Width = 295
      Height = 197
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 18
          Top = 30
          Width = 110
          Height = 15
          Caption = 'Neighborhood size :'
        end
        object spinNeighbors: TLMDSpinEdit
          Left = 142
          Top = 26
          Width = 121
          Height = 23
          MaxValue = 20
          MinValue = 1
          TabOrder = 0
          Value = 5
        end
        object rgContDist: TRadioGroup
          Left = 21
          Top = 72
          Width = 241
          Height = 77
          Caption = ' Distance for continuous attributes '
          ItemIndex = 0
          Items.Strings = (
            'HEOM (Wilson-Martinez, JAIR'#39'97)'
            'Euclidian')
          TabOrder = 1
        end
      end
    end
  end
end

⌨️ 快捷键说明

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