📄 udlgopcluskmeans.dfm
字号:
inherited DlgOpPrmClusKMeans: TDlgOpPrmClusKMeans
Left = 661
Top = 296
Caption = 'K-Means parameters'
ClientHeight = 465
ClientWidth = 342
PixelsPerInch = 96
TextHeight = 15
inherited pnlBottom: TPanel
Top = 430
Width = 342
inherited btnOk: TButton
Left = 110
end
inherited btnCancel: TButton
Left = 186
end
inherited btnHelp: TButton
Left = 262
end
end
inherited pnlClient: TPanel
Width = 342
Height = 430
inherited pgCtrlPrm: TPageControl
Width = 310
Height = 398
inherited tabPrm: TTabSheet
object Label1: TLabel
Left = 26
Top = 28
Width = 109
Height = 15
Caption = 'Number of clusters :'
end
object Label2: TLabel
Left = 52
Top = 60
Width = 83
Height = 15
Caption = 'Max iterations :'
end
object Label3: TLabel
Left = 44
Top = 92
Width = 93
Height = 15
Caption = 'Number of trials :'
end
object spinNbClusters: TLMDSpinEdit
Left = 160
Top = 22
Width = 100
Height = 23
MaxValue = 255
MinValue = 1
TabOrder = 0
Value = 3
end
object rgDistNormalize: TRadioGroup
Left = 27
Top = 122
Width = 245
Height = 65
Caption = ' Distance normalization '
ItemIndex = 1
Items.Strings = (
'None'
'Variance')
TabOrder = 1
end
object rgAvgComputation: TRadioGroup
Left = 29
Top = 196
Width = 245
Height = 73
Caption = ' Average computation '
ItemIndex = 0
Items.Strings = (
'Forgy'
'Mc Queen')
TabOrder = 2
end
object spinMaxIterations: TLMDSpinEdit
Left = 160
Top = 56
Width = 100
Height = 23
MaxValue = 40
MinValue = 1
TabOrder = 3
Value = 10
end
object spinTrials: TLMDSpinEdit
Left = 160
Top = 88
Width = 100
Height = 23
MaxValue = 10
MinValue = 1
TabOrder = 4
Value = 5
end
object rgSeedRnd: TRadioGroup
Left = 29
Top = 278
Width = 245
Height = 73
Caption = ' Seed random generator '
ItemIndex = 0
Items.Strings = (
'Random'
'Standard')
TabOrder = 5
end
end
object TabSheet1: TTabSheet
Caption = 'Results'
ImageIndex = 1
object chkAnova: TCheckBox
Left = 44
Top = 40
Width = 169
Height = 17
Caption = 'Show ANOVA Table'
TabOrder = 0
end
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -