1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2016 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 | namespace HeuristicLab.Problems.DataAnalysis.Views {
|
---|
22 | partial class RegressionSolutionVariableImpactsView {
|
---|
23 | /// <summary>
|
---|
24 | /// Required designer variable.
|
---|
25 | /// </summary>
|
---|
26 | private System.ComponentModel.IContainer components = null;
|
---|
27 |
|
---|
28 | /// <summary>
|
---|
29 | /// Clean up any resources being used.
|
---|
30 | /// </summary>
|
---|
31 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
32 | protected override void Dispose(bool disposing) {
|
---|
33 | if (disposing && (components != null)) {
|
---|
34 | components.Dispose();
|
---|
35 | }
|
---|
36 | base.Dispose(disposing);
|
---|
37 | }
|
---|
38 |
|
---|
39 | #region Component Designer generated code
|
---|
40 |
|
---|
41 | /// <summary>
|
---|
42 | /// Required method for Designer support - do not modify
|
---|
43 | /// the contents of this method with the code editor.
|
---|
44 | /// </summary>
|
---|
45 | private void InitializeComponent() {
|
---|
46 | this.variableImactsArrayView = new HeuristicLab.Data.Views.StringConvertibleArrayView();
|
---|
47 | this.dataPartitionComboBox = new System.Windows.Forms.ComboBox();
|
---|
48 | this.dataPartitionLabel = new System.Windows.Forms.Label();
|
---|
49 | this.replacementLabel = new System.Windows.Forms.Label();
|
---|
50 | this.replacementComboBox = new System.Windows.Forms.ComboBox();
|
---|
51 | this.SuspendLayout();
|
---|
52 | //
|
---|
53 | // variableImactsArrayView
|
---|
54 | //
|
---|
55 | this.variableImactsArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
56 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
57 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
58 | this.variableImactsArrayView.Caption = "StringConvertibleArray View";
|
---|
59 | this.variableImactsArrayView.Content = null;
|
---|
60 | this.variableImactsArrayView.Location = new System.Drawing.Point(3, 59);
|
---|
61 | this.variableImactsArrayView.Name = "variableImactsArrayView";
|
---|
62 | this.variableImactsArrayView.ReadOnly = true;
|
---|
63 | this.variableImactsArrayView.Size = new System.Drawing.Size(304, 223);
|
---|
64 | this.variableImactsArrayView.TabIndex = 4;
|
---|
65 | //
|
---|
66 | // dataPartitionComboBox
|
---|
67 | //
|
---|
68 | this.dataPartitionComboBox.FormattingEnabled = true;
|
---|
69 | this.dataPartitionComboBox.Items.AddRange(new object[] {
|
---|
70 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.Training,
|
---|
71 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.Test,
|
---|
72 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.All});
|
---|
73 | this.dataPartitionComboBox.Location = new System.Drawing.Point(82, 3);
|
---|
74 | this.dataPartitionComboBox.Name = "dataPartitionComboBox";
|
---|
75 | this.dataPartitionComboBox.Size = new System.Drawing.Size(121, 21);
|
---|
76 | this.dataPartitionComboBox.TabIndex = 1;
|
---|
77 | this.dataPartitionComboBox.SelectedIndexChanged += new System.EventHandler(this.dataPartitionComboBox_SelectedIndexChanged);
|
---|
78 | //
|
---|
79 | // dataPartitionLabel
|
---|
80 | //
|
---|
81 | this.dataPartitionLabel.AutoSize = true;
|
---|
82 | this.dataPartitionLabel.Location = new System.Drawing.Point(3, 6);
|
---|
83 | this.dataPartitionLabel.Name = "dataPartitionLabel";
|
---|
84 | this.dataPartitionLabel.Size = new System.Drawing.Size(73, 13);
|
---|
85 | this.dataPartitionLabel.TabIndex = 0;
|
---|
86 | this.dataPartitionLabel.Text = "Data partition:";
|
---|
87 | //
|
---|
88 | // replacementLabel
|
---|
89 | //
|
---|
90 | this.replacementLabel.AutoSize = true;
|
---|
91 | this.replacementLabel.Location = new System.Drawing.Point(3, 35);
|
---|
92 | this.replacementLabel.Name = "replacementLabel";
|
---|
93 | this.replacementLabel.Size = new System.Drawing.Size(73, 13);
|
---|
94 | this.replacementLabel.TabIndex = 2;
|
---|
95 | this.replacementLabel.Text = "Replacement:";
|
---|
96 | //
|
---|
97 | // replacementComboBox
|
---|
98 | //
|
---|
99 | this.replacementComboBox.FormattingEnabled = true;
|
---|
100 | this.replacementComboBox.Items.AddRange(new object[] {
|
---|
101 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Median,
|
---|
102 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Average,
|
---|
103 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Noise,
|
---|
104 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Shuffle});
|
---|
105 | this.replacementComboBox.Location = new System.Drawing.Point(82, 32);
|
---|
106 | this.replacementComboBox.Name = "replacementComboBox";
|
---|
107 | this.replacementComboBox.Size = new System.Drawing.Size(121, 21);
|
---|
108 | this.replacementComboBox.TabIndex = 3;
|
---|
109 | this.replacementComboBox.SelectedIndexChanged += new System.EventHandler(this.replacementComboBox_SelectedIndexChanged);
|
---|
110 | //
|
---|
111 | // RegressionSolutionVariableImpactsView
|
---|
112 | //
|
---|
113 | this.AllowDrop = true;
|
---|
114 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
115 | this.Controls.Add(this.replacementComboBox);
|
---|
116 | this.Controls.Add(this.replacementLabel);
|
---|
117 | this.Controls.Add(this.dataPartitionLabel);
|
---|
118 | this.Controls.Add(this.dataPartitionComboBox);
|
---|
119 | this.Controls.Add(this.variableImactsArrayView);
|
---|
120 | this.Name = "RegressionSolutionVariableImpactsView";
|
---|
121 | this.Size = new System.Drawing.Size(310, 285);
|
---|
122 | this.ResumeLayout(false);
|
---|
123 | this.PerformLayout();
|
---|
124 |
|
---|
125 | }
|
---|
126 |
|
---|
127 | #endregion
|
---|
128 |
|
---|
129 | private Data.Views.StringConvertibleArrayView variableImactsArrayView;
|
---|
130 | private System.Windows.Forms.ComboBox dataPartitionComboBox;
|
---|
131 | private System.Windows.Forms.Label dataPartitionLabel;
|
---|
132 | private System.Windows.Forms.Label replacementLabel;
|
---|
133 | private System.Windows.Forms.ComboBox replacementComboBox;
|
---|
134 | }
|
---|
135 | }
|
---|