Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2994-AutoDiffForIntervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.Designer.cs @ 17312

Last change on this file since 17312 was 17312, checked in by gkronber, 5 years ago

#2994: merged r17220:17306 from trunk to branch

File size: 11.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22
23namespace HeuristicLab.Problems.DataAnalysis.Views {
24  partial class RegressionSolutionVariableImpactsView {
25    /// <summary>
26    /// Required designer variable.
27    /// </summary>
28    private System.ComponentModel.IContainer components = null;
29
30    /// <summary>
31    /// Clean up any resources being used.
32    /// </summary>
33    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
34    protected override void Dispose(bool disposing) {
35      if (disposing && (components != null)) {
36        components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.ascendingCheckBox = new System.Windows.Forms.CheckBox();
49      this.sortByLabel = new System.Windows.Forms.Label();
50      this.sortByComboBox = new System.Windows.Forms.ComboBox();
51      this.factorVarReplComboBox = new System.Windows.Forms.ComboBox();
52      this.factorVarReplacementLabel = new System.Windows.Forms.Label();
53      this.replacementComboBox = new System.Windows.Forms.ComboBox();
54      this.numericVarReplacementLabel = new System.Windows.Forms.Label();
55      this.dataPartitionLabel = new System.Windows.Forms.Label();
56      this.dataPartitionComboBox = new System.Windows.Forms.ComboBox();
57      this.variableImpactsArrayView = new HeuristicLab.Data.Views.StringConvertibleArrayView();
58      this.SuspendLayout();
59      //
60      // ascendingCheckBox
61      //
62      this.ascendingCheckBox.AutoSize = true;
63      this.ascendingCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
64      this.ascendingCheckBox.Location = new System.Drawing.Point(452, 32);
65      this.ascendingCheckBox.Name = "ascendingCheckBox";
66      this.ascendingCheckBox.Size = new System.Drawing.Size(76, 17);
67      this.ascendingCheckBox.TabIndex = 7;
68      this.ascendingCheckBox.Text = "Ascending";
69      this.ascendingCheckBox.UseVisualStyleBackColor = true;
70      this.ascendingCheckBox.CheckedChanged += new System.EventHandler(this.ascendingCheckBox_CheckedChanged);
71      //
72      // sortByLabel
73      //
74      this.sortByLabel.AutoSize = true;
75      this.sortByLabel.Location = new System.Drawing.Point(324, 6);
76      this.sortByLabel.Name = "sortByLabel";
77      this.sortByLabel.Size = new System.Drawing.Size(77, 13);
78      this.sortByLabel.TabIndex = 4;
79      this.sortByLabel.Text = "Sorting criteria:";
80      //
81      // sortByComboBox
82      //
83      this.sortByComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
84      this.sortByComboBox.FormattingEnabled = true;
85      this.sortByComboBox.Items.AddRange(new object[] {
86            HeuristicLab.Problems.DataAnalysis.Views.RegressionSolutionVariableImpactsView.SortingCriteria.ImpactValue,
87            HeuristicLab.Problems.DataAnalysis.Views.RegressionSolutionVariableImpactsView.SortingCriteria.Occurrence,
88            HeuristicLab.Problems.DataAnalysis.Views.RegressionSolutionVariableImpactsView.SortingCriteria.VariableName});
89      this.sortByComboBox.Location = new System.Drawing.Point(407, 3);
90      this.sortByComboBox.Name = "sortByComboBox";
91      this.sortByComboBox.Size = new System.Drawing.Size(121, 21);
92      this.sortByComboBox.TabIndex = 5;
93      this.sortByComboBox.SelectedIndexChanged += new System.EventHandler(this.sortByComboBox_SelectedIndexChanged);
94      //
95      // factorVarReplComboBox
96      //
97      this.factorVarReplComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
98      this.factorVarReplComboBox.FormattingEnabled = true;
99      this.factorVarReplComboBox.Items.AddRange(new object[] {
100            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Best,
101            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Mode,
102            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Shuffle});
103      this.factorVarReplComboBox.Location = new System.Drawing.Point(197, 57);
104      this.factorVarReplComboBox.Name = "factorVarReplComboBox";
105      this.factorVarReplComboBox.Size = new System.Drawing.Size(121, 21);
106      this.factorVarReplComboBox.TabIndex = 1;
107      this.factorVarReplComboBox.SelectedIndexChanged += new System.EventHandler(this.replacementComboBox_SelectedIndexChanged);
108      //
109      // factorVarReplacementLabel
110      //
111      this.factorVarReplacementLabel.AutoSize = true;
112      this.factorVarReplacementLabel.Location = new System.Drawing.Point(3, 60);
113      this.factorVarReplacementLabel.Name = "factorVarReplacementLabel";
114      this.factorVarReplacementLabel.Size = new System.Drawing.Size(188, 13);
115      this.factorVarReplacementLabel.TabIndex = 0;
116      this.factorVarReplacementLabel.Text = "Replacement for categorical variables:";
117      //
118      // replacementComboBox
119      //
120      this.replacementComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
121      this.replacementComboBox.FormattingEnabled = true;
122      this.replacementComboBox.Items.AddRange(new object[] {
123            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Median,
124            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Average,
125            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Noise,
126            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Shuffle});
127      this.replacementComboBox.Location = new System.Drawing.Point(197, 30);
128      this.replacementComboBox.Name = "replacementComboBox";
129      this.replacementComboBox.Size = new System.Drawing.Size(121, 21);
130      this.replacementComboBox.TabIndex = 3;
131      this.replacementComboBox.SelectedIndexChanged += new System.EventHandler(this.replacementComboBox_SelectedIndexChanged);
132      //
133      // numericVarReplacementLabel
134      //
135      this.numericVarReplacementLabel.AutoSize = true;
136      this.numericVarReplacementLabel.Location = new System.Drawing.Point(3, 33);
137      this.numericVarReplacementLabel.Name = "numericVarReplacementLabel";
138      this.numericVarReplacementLabel.Size = new System.Drawing.Size(173, 13);
139      this.numericVarReplacementLabel.TabIndex = 2;
140      this.numericVarReplacementLabel.Text = "Replacement for numeric variables:";
141      //
142      // dataPartitionLabel
143      //
144      this.dataPartitionLabel.AutoSize = true;
145      this.dataPartitionLabel.Location = new System.Drawing.Point(3, 6);
146      this.dataPartitionLabel.Name = "dataPartitionLabel";
147      this.dataPartitionLabel.Size = new System.Drawing.Size(73, 13);
148      this.dataPartitionLabel.TabIndex = 0;
149      this.dataPartitionLabel.Text = "Data partition:";
150      //
151      // dataPartitionComboBox
152      //
153      this.dataPartitionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
154      this.dataPartitionComboBox.FormattingEnabled = true;
155      this.dataPartitionComboBox.Items.AddRange(new object[] {
156            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.Training,
157            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.Test,
158            HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.All});
159      this.dataPartitionComboBox.Location = new System.Drawing.Point(197, 3);
160      this.dataPartitionComboBox.Name = "dataPartitionComboBox";
161      this.dataPartitionComboBox.Size = new System.Drawing.Size(121, 21);
162      this.dataPartitionComboBox.TabIndex = 1;
163      this.dataPartitionComboBox.SelectedIndexChanged += new System.EventHandler(this.dataPartitionComboBox_SelectedIndexChanged);
164      //
165      // variableImpactsArrayView
166      //
167      this.variableImpactsArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
168            | System.Windows.Forms.AnchorStyles.Left)
169            | System.Windows.Forms.AnchorStyles.Right)));
170      this.variableImpactsArrayView.Caption = "StringConvertibleArray View";
171      this.variableImpactsArrayView.Content = null;
172      this.variableImpactsArrayView.Location = new System.Drawing.Point(3, 84);
173      this.variableImpactsArrayView.Name = "variableImpactsArrayView";
174      this.variableImpactsArrayView.ReadOnly = true;
175      this.variableImpactsArrayView.Size = new System.Drawing.Size(706, 278);
176      this.variableImpactsArrayView.TabIndex = 2;
177      //
178      // RegressionSolutionVariableImpactsView
179      //
180      this.AllowDrop = true;
181      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
182      this.Controls.Add(this.ascendingCheckBox);
183      this.Controls.Add(this.sortByLabel);
184      this.Controls.Add(this.sortByComboBox);
185      this.Controls.Add(this.factorVarReplComboBox);
186      this.Controls.Add(this.factorVarReplacementLabel);
187      this.Controls.Add(this.replacementComboBox);
188      this.Controls.Add(this.numericVarReplacementLabel);
189      this.Controls.Add(this.dataPartitionLabel);
190      this.Controls.Add(this.dataPartitionComboBox);
191      this.Controls.Add(this.variableImpactsArrayView);
192      this.Name = "RegressionSolutionVariableImpactsView";
193      this.Size = new System.Drawing.Size(712, 365);
194      this.ResumeLayout(false);
195      this.PerformLayout();
196
197    }
198
199    #endregion
200
201    private Data.Views.StringConvertibleArrayView variableImpactsArrayView;
202    private System.Windows.Forms.ComboBox dataPartitionComboBox;
203    private System.Windows.Forms.Label dataPartitionLabel;
204    private System.Windows.Forms.Label numericVarReplacementLabel;
205    private System.Windows.Forms.ComboBox replacementComboBox;
206    private System.Windows.Forms.Label factorVarReplacementLabel;
207    private System.Windows.Forms.ComboBox factorVarReplComboBox;
208    private System.Windows.Forms.Label sortByLabel;
209    private System.Windows.Forms.ComboBox sortByComboBox;
210    private System.Windows.Forms.CheckBox ascendingCheckBox;
211  }
212}
Note: See TracBrowser for help on using the repository browser.