[14348] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[15583] | 3 | * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[14348] | 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
|
---|
[15665] | 21 |
|
---|
[16386] | 22 |
|
---|
[14348] | 23 | namespace 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() {
|
---|
[15637] | 48 | this.ascendingCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[15626] | 49 | this.sortByLabel = new System.Windows.Forms.Label();
|
---|
| 50 | this.sortByComboBox = new System.Windows.Forms.ComboBox();
|
---|
[15637] | 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.variableImactsArrayView = new HeuristicLab.Data.Views.StringConvertibleArrayView();
|
---|
[14348] | 58 | this.SuspendLayout();
|
---|
| 59 | //
|
---|
[15637] | 60 | // ascendingCheckBox
|
---|
[14348] | 61 | //
|
---|
[15637] | 62 | this.ascendingCheckBox.AutoSize = true;
|
---|
| 63 | this.ascendingCheckBox.Location = new System.Drawing.Point(534, 6);
|
---|
| 64 | this.ascendingCheckBox.Name = "ascendingCheckBox";
|
---|
| 65 | this.ascendingCheckBox.Size = new System.Drawing.Size(76, 17);
|
---|
| 66 | this.ascendingCheckBox.TabIndex = 7;
|
---|
| 67 | this.ascendingCheckBox.Text = "Ascending";
|
---|
| 68 | this.ascendingCheckBox.UseVisualStyleBackColor = true;
|
---|
| 69 | this.ascendingCheckBox.CheckedChanged += new System.EventHandler(this.ascendingCheckBox_CheckedChanged);
|
---|
[14348] | 70 | //
|
---|
[15637] | 71 | // sortByLabel
|
---|
[14348] | 72 | //
|
---|
[15637] | 73 | this.sortByLabel.AutoSize = true;
|
---|
| 74 | this.sortByLabel.Location = new System.Drawing.Point(324, 6);
|
---|
| 75 | this.sortByLabel.Name = "sortByLabel";
|
---|
| 76 | this.sortByLabel.Size = new System.Drawing.Size(77, 13);
|
---|
| 77 | this.sortByLabel.TabIndex = 4;
|
---|
| 78 | this.sortByLabel.Text = "Sorting criteria:";
|
---|
[14348] | 79 | //
|
---|
[15637] | 80 | // sortByComboBox
|
---|
[14348] | 81 | //
|
---|
[15637] | 82 | this.sortByComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 83 | this.sortByComboBox.FormattingEnabled = true;
|
---|
[16386] | 84 | this.sortByComboBox.Items.AddRange(new object[] {
|
---|
| 85 | HeuristicLab.Problems.DataAnalysis.Views.RegressionSolutionVariableImpactsView.SortingCriteria.ImpactValue,
|
---|
| 86 | HeuristicLab.Problems.DataAnalysis.Views.RegressionSolutionVariableImpactsView.SortingCriteria.Occurrence,
|
---|
| 87 | HeuristicLab.Problems.DataAnalysis.Views.RegressionSolutionVariableImpactsView.SortingCriteria.VariableName});
|
---|
[15637] | 88 | this.sortByComboBox.Location = new System.Drawing.Point(407, 3);
|
---|
| 89 | this.sortByComboBox.Name = "sortByComboBox";
|
---|
| 90 | this.sortByComboBox.Size = new System.Drawing.Size(121, 21);
|
---|
| 91 | this.sortByComboBox.TabIndex = 5;
|
---|
| 92 | this.sortByComboBox.SelectedIndexChanged += new System.EventHandler(this.sortByComboBox_SelectedIndexChanged);
|
---|
[14348] | 93 | //
|
---|
[15637] | 94 | // factorVarReplComboBox
|
---|
[14348] | 95 | //
|
---|
[15665] | 96 | this.factorVarReplComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
[15637] | 97 | this.factorVarReplComboBox.FormattingEnabled = true;
|
---|
| 98 | this.factorVarReplComboBox.Items.AddRange(new object[] {
|
---|
| 99 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Best,
|
---|
| 100 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Mode,
|
---|
| 101 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.FactorReplacementMethodEnum.Shuffle});
|
---|
| 102 | this.factorVarReplComboBox.Location = new System.Drawing.Point(197, 57);
|
---|
| 103 | this.factorVarReplComboBox.Name = "factorVarReplComboBox";
|
---|
| 104 | this.factorVarReplComboBox.Size = new System.Drawing.Size(121, 21);
|
---|
| 105 | this.factorVarReplComboBox.TabIndex = 1;
|
---|
| 106 | this.factorVarReplComboBox.SelectedIndexChanged += new System.EventHandler(this.replacementComboBox_SelectedIndexChanged);
|
---|
[14348] | 107 | //
|
---|
[15637] | 108 | // factorVarReplacementLabel
|
---|
| 109 | //
|
---|
| 110 | this.factorVarReplacementLabel.AutoSize = true;
|
---|
| 111 | this.factorVarReplacementLabel.Location = new System.Drawing.Point(3, 60);
|
---|
| 112 | this.factorVarReplacementLabel.Name = "factorVarReplacementLabel";
|
---|
| 113 | this.factorVarReplacementLabel.Size = new System.Drawing.Size(188, 13);
|
---|
| 114 | this.factorVarReplacementLabel.TabIndex = 0;
|
---|
| 115 | this.factorVarReplacementLabel.Text = "Replacement for categorical variables:";
|
---|
| 116 | //
|
---|
[14348] | 117 | // replacementComboBox
|
---|
| 118 | //
|
---|
[15665] | 119 | this.replacementComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
[14348] | 120 | this.replacementComboBox.FormattingEnabled = true;
|
---|
| 121 | this.replacementComboBox.Items.AddRange(new object[] {
|
---|
| 122 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Median,
|
---|
| 123 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Average,
|
---|
| 124 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Noise,
|
---|
| 125 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.ReplacementMethodEnum.Shuffle});
|
---|
[14826] | 126 | this.replacementComboBox.Location = new System.Drawing.Point(197, 30);
|
---|
[14348] | 127 | this.replacementComboBox.Name = "replacementComboBox";
|
---|
| 128 | this.replacementComboBox.Size = new System.Drawing.Size(121, 21);
|
---|
| 129 | this.replacementComboBox.TabIndex = 3;
|
---|
| 130 | this.replacementComboBox.SelectedIndexChanged += new System.EventHandler(this.replacementComboBox_SelectedIndexChanged);
|
---|
| 131 | //
|
---|
[15637] | 132 | // numericVarReplacementLabel
|
---|
[14826] | 133 | //
|
---|
[15637] | 134 | this.numericVarReplacementLabel.AutoSize = true;
|
---|
| 135 | this.numericVarReplacementLabel.Location = new System.Drawing.Point(3, 33);
|
---|
| 136 | this.numericVarReplacementLabel.Name = "numericVarReplacementLabel";
|
---|
| 137 | this.numericVarReplacementLabel.Size = new System.Drawing.Size(173, 13);
|
---|
| 138 | this.numericVarReplacementLabel.TabIndex = 2;
|
---|
| 139 | this.numericVarReplacementLabel.Text = "Replacement for numeric variables:";
|
---|
[14826] | 140 | //
|
---|
[15637] | 141 | // dataPartitionLabel
|
---|
[14826] | 142 | //
|
---|
[15637] | 143 | this.dataPartitionLabel.AutoSize = true;
|
---|
| 144 | this.dataPartitionLabel.Location = new System.Drawing.Point(3, 6);
|
---|
| 145 | this.dataPartitionLabel.Name = "dataPartitionLabel";
|
---|
| 146 | this.dataPartitionLabel.Size = new System.Drawing.Size(73, 13);
|
---|
| 147 | this.dataPartitionLabel.TabIndex = 0;
|
---|
| 148 | this.dataPartitionLabel.Text = "Data partition:";
|
---|
[14826] | 149 | //
|
---|
[15637] | 150 | // dataPartitionComboBox
|
---|
[15626] | 151 | //
|
---|
[15665] | 152 | this.dataPartitionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
[15637] | 153 | this.dataPartitionComboBox.FormattingEnabled = true;
|
---|
| 154 | this.dataPartitionComboBox.Items.AddRange(new object[] {
|
---|
| 155 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.Training,
|
---|
| 156 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.Test,
|
---|
| 157 | HeuristicLab.Problems.DataAnalysis.RegressionSolutionVariableImpactsCalculator.DataPartitionEnum.All});
|
---|
| 158 | this.dataPartitionComboBox.Location = new System.Drawing.Point(197, 3);
|
---|
| 159 | this.dataPartitionComboBox.Name = "dataPartitionComboBox";
|
---|
| 160 | this.dataPartitionComboBox.Size = new System.Drawing.Size(121, 21);
|
---|
| 161 | this.dataPartitionComboBox.TabIndex = 1;
|
---|
| 162 | this.dataPartitionComboBox.SelectedIndexChanged += new System.EventHandler(this.dataPartitionComboBox_SelectedIndexChanged);
|
---|
[15626] | 163 | //
|
---|
[15637] | 164 | // variableImactsArrayView
|
---|
[15626] | 165 | //
|
---|
[16386] | 166 | this.variableImactsArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 167 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[15637] | 168 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 169 | this.variableImactsArrayView.Caption = "StringConvertibleArray View";
|
---|
| 170 | this.variableImactsArrayView.Content = null;
|
---|
| 171 | this.variableImactsArrayView.Location = new System.Drawing.Point(3, 84);
|
---|
| 172 | this.variableImactsArrayView.Name = "variableImactsArrayView";
|
---|
| 173 | this.variableImactsArrayView.ReadOnly = true;
|
---|
| 174 | this.variableImactsArrayView.Size = new System.Drawing.Size(706, 278);
|
---|
| 175 | this.variableImactsArrayView.TabIndex = 2;
|
---|
[15626] | 176 | //
|
---|
[14348] | 177 | // RegressionSolutionVariableImpactsView
|
---|
| 178 | //
|
---|
| 179 | this.AllowDrop = true;
|
---|
| 180 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[15626] | 181 | this.Controls.Add(this.ascendingCheckBox);
|
---|
| 182 | this.Controls.Add(this.sortByLabel);
|
---|
| 183 | this.Controls.Add(this.sortByComboBox);
|
---|
[14826] | 184 | this.Controls.Add(this.factorVarReplComboBox);
|
---|
| 185 | this.Controls.Add(this.factorVarReplacementLabel);
|
---|
[14348] | 186 | this.Controls.Add(this.replacementComboBox);
|
---|
[14826] | 187 | this.Controls.Add(this.numericVarReplacementLabel);
|
---|
[14348] | 188 | this.Controls.Add(this.dataPartitionLabel);
|
---|
| 189 | this.Controls.Add(this.dataPartitionComboBox);
|
---|
| 190 | this.Controls.Add(this.variableImactsArrayView);
|
---|
| 191 | this.Name = "RegressionSolutionVariableImpactsView";
|
---|
[15626] | 192 | this.Size = new System.Drawing.Size(712, 365);
|
---|
[15752] | 193 | this.VisibleChanged += new System.EventHandler(this.RegressionSolutionVariableImpactsView_VisibleChanged);
|
---|
[14348] | 194 | this.ResumeLayout(false);
|
---|
| 195 | this.PerformLayout();
|
---|
| 196 |
|
---|
| 197 | }
|
---|
| 198 |
|
---|
| 199 | #endregion
|
---|
| 200 |
|
---|
| 201 | private Data.Views.StringConvertibleArrayView variableImactsArrayView;
|
---|
| 202 | private System.Windows.Forms.ComboBox dataPartitionComboBox;
|
---|
| 203 | private System.Windows.Forms.Label dataPartitionLabel;
|
---|
[14826] | 204 | private System.Windows.Forms.Label numericVarReplacementLabel;
|
---|
[14348] | 205 | private System.Windows.Forms.ComboBox replacementComboBox;
|
---|
[14826] | 206 | private System.Windows.Forms.Label factorVarReplacementLabel;
|
---|
| 207 | private System.Windows.Forms.ComboBox factorVarReplComboBox;
|
---|
[15626] | 208 | private System.Windows.Forms.Label sortByLabel;
|
---|
| 209 | private System.Windows.Forms.ComboBox sortByComboBox;
|
---|
| 210 | private System.Windows.Forms.CheckBox ascendingCheckBox;
|
---|
[14348] | 211 | }
|
---|
| 212 | }
|
---|