Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Views/PerformanceModelingView.Designer.cs @ 13797

Last change on this file since 13797 was 13797, checked in by abeham, 8 years ago

#2457: worked on testing recommendation algorithms through x-validation

File size: 18.8 KB
Line 
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
22namespace HeuristicLab.OptimizationExpertSystem {
23  partial class PerformanceModelingView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.recommenderLabel = new System.Windows.Forms.Label();
48      this.recommenderComboBox = new System.Windows.Forms.ComboBox();
49      this.recommendStartButton = new System.Windows.Forms.Button();
50      this.tabControl = new System.Windows.Forms.TabControl();
51      this.characteristicsTabPage = new System.Windows.Forms.TabPage();
52      this.characteristicsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
53      this.refreshCharacteristicsButton = new System.Windows.Forms.Button();
54      this.parametersTabPage = new System.Windows.Forms.TabPage();
55      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
56      this.crossvalidationTabPage = new System.Windows.Forms.TabPage();
57      this.kendallsTauLabel = new System.Windows.Forms.Label();
58      this.predictedLabel = new System.Windows.Forms.Label();
59      this.actualLabel = new System.Windows.Forms.Label();
60      this.absoluteLogErrorLabel = new System.Windows.Forms.Label();
61      this.absoluteErrorLabel = new System.Windows.Forms.Label();
62      this.kendallsTauView = new HeuristicLab.Data.Views.StringConvertibleValueView();
63      this.absoluteLogErrorView = new HeuristicLab.Data.Views.StringConvertibleValueView();
64      this.absoluteErrorView = new HeuristicLab.Data.Views.StringConvertibleValueView();
65      this.confusionMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
66      this.xValidateButton = new System.Windows.Forms.Button();
67      this.minTargetView = new HeuristicLab.Data.Views.StringConvertibleValueView();
68      this.minimumTargetLabel = new System.Windows.Forms.Label();
69      this.tabControl.SuspendLayout();
70      this.characteristicsTabPage.SuspendLayout();
71      this.parametersTabPage.SuspendLayout();
72      this.crossvalidationTabPage.SuspendLayout();
73      this.SuspendLayout();
74      //
75      // recommenderLabel
76      //
77      this.recommenderLabel.AutoSize = true;
78      this.recommenderLabel.Location = new System.Drawing.Point(5, 6);
79      this.recommenderLabel.Name = "recommenderLabel";
80      this.recommenderLabel.Size = new System.Drawing.Size(79, 13);
81      this.recommenderLabel.TabIndex = 12;
82      this.recommenderLabel.Text = "Recommender:";
83      //
84      // recommenderComboBox
85      //
86      this.recommenderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
87      this.recommenderComboBox.FormattingEnabled = true;
88      this.recommenderComboBox.Location = new System.Drawing.Point(90, 3);
89      this.recommenderComboBox.Name = "recommenderComboBox";
90      this.recommenderComboBox.Size = new System.Drawing.Size(206, 21);
91      this.recommenderComboBox.TabIndex = 11;
92      this.recommenderComboBox.SelectedIndexChanged += new System.EventHandler(this.RecommenderComboBoxOnSelectedIndexChanged);
93      //
94      // recommendStartButton
95      //
96      this.recommendStartButton.Location = new System.Drawing.Point(442, 1);
97      this.recommendStartButton.Name = "recommendStartButton";
98      this.recommendStartButton.Size = new System.Drawing.Size(26, 23);
99      this.recommendStartButton.TabIndex = 13;
100      this.recommendStartButton.Text = "Start";
101      this.recommendStartButton.UseVisualStyleBackColor = true;
102      this.recommendStartButton.Click += new System.EventHandler(this.RecommendStartButtonOnClick);
103      //
104      // tabControl
105      //
106      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
107            | System.Windows.Forms.AnchorStyles.Left)
108            | System.Windows.Forms.AnchorStyles.Right)));
109      this.tabControl.Controls.Add(this.characteristicsTabPage);
110      this.tabControl.Controls.Add(this.parametersTabPage);
111      this.tabControl.Controls.Add(this.crossvalidationTabPage);
112      this.tabControl.Location = new System.Drawing.Point(0, 30);
113      this.tabControl.Name = "tabControl";
114      this.tabControl.SelectedIndex = 0;
115      this.tabControl.Size = new System.Drawing.Size(960, 509);
116      this.tabControl.TabIndex = 14;
117      //
118      // characteristicsTabPage
119      //
120      this.characteristicsTabPage.Controls.Add(this.characteristicsViewHost);
121      this.characteristicsTabPage.Controls.Add(this.refreshCharacteristicsButton);
122      this.characteristicsTabPage.Location = new System.Drawing.Point(4, 22);
123      this.characteristicsTabPage.Name = "characteristicsTabPage";
124      this.characteristicsTabPage.Padding = new System.Windows.Forms.Padding(3);
125      this.characteristicsTabPage.Size = new System.Drawing.Size(952, 483);
126      this.characteristicsTabPage.TabIndex = 2;
127      this.characteristicsTabPage.Text = "Characteristics";
128      this.characteristicsTabPage.UseVisualStyleBackColor = true;
129      //
130      // characteristicsViewHost
131      //
132      this.characteristicsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
133            | System.Windows.Forms.AnchorStyles.Left)
134            | System.Windows.Forms.AnchorStyles.Right)));
135      this.characteristicsViewHost.Caption = "View";
136      this.characteristicsViewHost.Content = null;
137      this.characteristicsViewHost.Enabled = false;
138      this.characteristicsViewHost.Location = new System.Drawing.Point(6, 35);
139      this.characteristicsViewHost.Name = "characteristicsViewHost";
140      this.characteristicsViewHost.ReadOnly = false;
141      this.characteristicsViewHost.Size = new System.Drawing.Size(680, 283);
142      this.characteristicsViewHost.TabIndex = 1;
143      this.characteristicsViewHost.ViewsLabelVisible = true;
144      this.characteristicsViewHost.ViewType = null;
145      //
146      // refreshCharacteristicsButton
147      //
148      this.refreshCharacteristicsButton.Location = new System.Drawing.Point(6, 6);
149      this.refreshCharacteristicsButton.Name = "refreshCharacteristicsButton";
150      this.refreshCharacteristicsButton.Size = new System.Drawing.Size(26, 23);
151      this.refreshCharacteristicsButton.TabIndex = 0;
152      this.refreshCharacteristicsButton.Text = "Refresh";
153      this.refreshCharacteristicsButton.UseVisualStyleBackColor = true;
154      this.refreshCharacteristicsButton.Click += new System.EventHandler(this.RefreshCharacteristicsButtonOnClick);
155      //
156      // parametersTabPage
157      //
158      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
159      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
160      this.parametersTabPage.Name = "parametersTabPage";
161      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
162      this.parametersTabPage.Size = new System.Drawing.Size(952, 483);
163      this.parametersTabPage.TabIndex = 0;
164      this.parametersTabPage.Text = "Parameters";
165      this.parametersTabPage.UseVisualStyleBackColor = true;
166      //
167      // parameterCollectionView
168      //
169      this.parameterCollectionView.AllowEditingOfHiddenParameters = true;
170      this.parameterCollectionView.Caption = "ParameterCollection View";
171      this.parameterCollectionView.Content = null;
172      this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
173      this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
174      this.parameterCollectionView.Name = "parameterCollectionView";
175      this.parameterCollectionView.ReadOnly = false;
176      this.parameterCollectionView.ShowDetails = true;
177      this.parameterCollectionView.Size = new System.Drawing.Size(946, 477);
178      this.parameterCollectionView.TabIndex = 0;
179      //
180      // crossvalidationTabPage
181      //
182      this.crossvalidationTabPage.Controls.Add(this.kendallsTauLabel);
183      this.crossvalidationTabPage.Controls.Add(this.predictedLabel);
184      this.crossvalidationTabPage.Controls.Add(this.actualLabel);
185      this.crossvalidationTabPage.Controls.Add(this.absoluteLogErrorLabel);
186      this.crossvalidationTabPage.Controls.Add(this.absoluteErrorLabel);
187      this.crossvalidationTabPage.Controls.Add(this.kendallsTauView);
188      this.crossvalidationTabPage.Controls.Add(this.absoluteLogErrorView);
189      this.crossvalidationTabPage.Controls.Add(this.absoluteErrorView);
190      this.crossvalidationTabPage.Controls.Add(this.confusionMatrixView);
191      this.crossvalidationTabPage.Controls.Add(this.xValidateButton);
192      this.crossvalidationTabPage.Location = new System.Drawing.Point(4, 22);
193      this.crossvalidationTabPage.Name = "crossvalidationTabPage";
194      this.crossvalidationTabPage.Padding = new System.Windows.Forms.Padding(3);
195      this.crossvalidationTabPage.Size = new System.Drawing.Size(952, 483);
196      this.crossvalidationTabPage.TabIndex = 1;
197      this.crossvalidationTabPage.Text = "Crossvalidation";
198      this.crossvalidationTabPage.UseVisualStyleBackColor = true;
199      //
200      // kendallsTauLabel
201      //
202      this.kendallsTauLabel.AutoSize = true;
203      this.kendallsTauLabel.Location = new System.Drawing.Point(519, 165);
204      this.kendallsTauLabel.Margin = new System.Windows.Forms.Padding(3);
205      this.kendallsTauLabel.Name = "kendallsTauLabel";
206      this.kendallsTauLabel.Size = new System.Drawing.Size(104, 13);
207      this.kendallsTauLabel.TabIndex = 3;
208      this.kendallsTauLabel.Text = "Mean Kendall\'s Tau:";
209      //
210      // predictedLabel
211      //
212      this.predictedLabel.AutoSize = true;
213      this.predictedLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
214      this.predictedLabel.Location = new System.Drawing.Point(223, 52);
215      this.predictedLabel.Margin = new System.Windows.Forms.Padding(3);
216      this.predictedLabel.Name = "predictedLabel";
217      this.predictedLabel.Size = new System.Drawing.Size(69, 13);
218      this.predictedLabel.TabIndex = 3;
219      this.predictedLabel.Text = "PREDICTED";
220      //
221      // actualLabel
222      //
223      this.actualLabel.AutoSize = true;
224      this.actualLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
225      this.actualLabel.Location = new System.Drawing.Point(16, 155);
226      this.actualLabel.Margin = new System.Windows.Forms.Padding(3);
227      this.actualLabel.Name = "actualLabel";
228      this.actualLabel.Size = new System.Drawing.Size(15, 78);
229      this.actualLabel.TabIndex = 3;
230      this.actualLabel.Text = "A\r\nC\r\nT\r\nU\r\nA\r\nL";
231      //
232      // absoluteLogErrorLabel
233      //
234      this.absoluteLogErrorLabel.AutoSize = true;
235      this.absoluteLogErrorLabel.Location = new System.Drawing.Point(519, 109);
236      this.absoluteLogErrorLabel.Margin = new System.Windows.Forms.Padding(3);
237      this.absoluteLogErrorLabel.Name = "absoluteLogErrorLabel";
238      this.absoluteLogErrorLabel.Size = new System.Drawing.Size(127, 13);
239      this.absoluteLogErrorLabel.TabIndex = 3;
240      this.absoluteLogErrorLabel.Text = "Mean Absolute Log Error:";
241      //
242      // absoluteErrorLabel
243      //
244      this.absoluteErrorLabel.AutoSize = true;
245      this.absoluteErrorLabel.Location = new System.Drawing.Point(519, 52);
246      this.absoluteErrorLabel.Margin = new System.Windows.Forms.Padding(3);
247      this.absoluteErrorLabel.Name = "absoluteErrorLabel";
248      this.absoluteErrorLabel.Size = new System.Drawing.Size(106, 13);
249      this.absoluteErrorLabel.TabIndex = 3;
250      this.absoluteErrorLabel.Text = "Mean Absolute Error:";
251      //
252      // kendallsTauView
253      //
254      this.kendallsTauView.Caption = "StringConvertibleValue View";
255      this.kendallsTauView.Content = null;
256      this.kendallsTauView.LabelVisible = false;
257      this.kendallsTauView.Location = new System.Drawing.Point(503, 184);
258      this.kendallsTauView.Name = "kendallsTauView";
259      this.kendallsTauView.ReadOnly = true;
260      this.kendallsTauView.Size = new System.Drawing.Size(194, 21);
261      this.kendallsTauView.TabIndex = 2;
262      //
263      // absoluteLogErrorView
264      //
265      this.absoluteLogErrorView.Caption = "StringConvertibleValue View";
266      this.absoluteLogErrorView.Content = null;
267      this.absoluteLogErrorView.LabelVisible = false;
268      this.absoluteLogErrorView.Location = new System.Drawing.Point(503, 128);
269      this.absoluteLogErrorView.Name = "absoluteLogErrorView";
270      this.absoluteLogErrorView.ReadOnly = true;
271      this.absoluteLogErrorView.Size = new System.Drawing.Size(194, 21);
272      this.absoluteLogErrorView.TabIndex = 2;
273      //
274      // absoluteErrorView
275      //
276      this.absoluteErrorView.Caption = "StringConvertibleValue View";
277      this.absoluteErrorView.Content = null;
278      this.absoluteErrorView.LabelVisible = false;
279      this.absoluteErrorView.Location = new System.Drawing.Point(503, 71);
280      this.absoluteErrorView.Name = "absoluteErrorView";
281      this.absoluteErrorView.ReadOnly = true;
282      this.absoluteErrorView.Size = new System.Drawing.Size(194, 21);
283      this.absoluteErrorView.TabIndex = 2;
284      //
285      // confusionMatrixView
286      //
287      this.confusionMatrixView.Caption = "StringConvertibleMatrix View";
288      this.confusionMatrixView.Content = null;
289      this.confusionMatrixView.Location = new System.Drawing.Point(37, 71);
290      this.confusionMatrixView.Name = "confusionMatrixView";
291      this.confusionMatrixView.ReadOnly = true;
292      this.confusionMatrixView.ShowRowsAndColumnsTextBox = false;
293      this.confusionMatrixView.ShowStatisticalInformation = false;
294      this.confusionMatrixView.Size = new System.Drawing.Size(438, 244);
295      this.confusionMatrixView.TabIndex = 1;
296      //
297      // xValidateButton
298      //
299      this.xValidateButton.Location = new System.Drawing.Point(7, 7);
300      this.xValidateButton.Name = "xValidateButton";
301      this.xValidateButton.Size = new System.Drawing.Size(163, 23);
302      this.xValidateButton.TabIndex = 0;
303      this.xValidateButton.Text = "X-Validate Leave One Out";
304      this.xValidateButton.UseVisualStyleBackColor = true;
305      this.xValidateButton.Click += new System.EventHandler(this.xValidateButton_Click);
306      //
307      // minTargetView
308      //
309      this.minTargetView.Caption = "StringConvertibleValue View";
310      this.minTargetView.Content = null;
311      this.minTargetView.LabelVisible = false;
312      this.minTargetView.Location = new System.Drawing.Point(350, 3);
313      this.minTargetView.Name = "minTargetView";
314      this.minTargetView.ReadOnly = false;
315      this.minTargetView.Size = new System.Drawing.Size(86, 21);
316      this.minTargetView.TabIndex = 18;
317      //
318      // minimumTargetLabel
319      //
320      this.minimumTargetLabel.AutoSize = true;
321      this.minimumTargetLabel.Location = new System.Drawing.Point(311, 6);
322      this.minimumTargetLabel.Name = "minimumTargetLabel";
323      this.minimumTargetLabel.Size = new System.Drawing.Size(41, 13);
324      this.minimumTargetLabel.TabIndex = 17;
325      this.minimumTargetLabel.Text = "Target:";
326      //
327      // PerformanceModelingView
328      //
329      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
330      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
331      this.Controls.Add(this.minimumTargetLabel);
332      this.Controls.Add(this.minTargetView);
333      this.Controls.Add(this.tabControl);
334      this.Controls.Add(this.recommenderLabel);
335      this.Controls.Add(this.recommenderComboBox);
336      this.Controls.Add(this.recommendStartButton);
337      this.Name = "PerformanceModelingView";
338      this.Size = new System.Drawing.Size(960, 539);
339      this.tabControl.ResumeLayout(false);
340      this.characteristicsTabPage.ResumeLayout(false);
341      this.parametersTabPage.ResumeLayout(false);
342      this.crossvalidationTabPage.ResumeLayout(false);
343      this.crossvalidationTabPage.PerformLayout();
344      this.ResumeLayout(false);
345      this.PerformLayout();
346
347    }
348
349    #endregion
350
351    private System.Windows.Forms.Label recommenderLabel;
352    private System.Windows.Forms.ComboBox recommenderComboBox;
353    private System.Windows.Forms.Button recommendStartButton;
354    private System.Windows.Forms.TabControl tabControl;
355    private System.Windows.Forms.TabPage parametersTabPage;
356    private System.Windows.Forms.TabPage crossvalidationTabPage;
357    private Core.Views.ParameterCollectionView parameterCollectionView;
358    private System.Windows.Forms.TabPage characteristicsTabPage;
359    private System.Windows.Forms.Button refreshCharacteristicsButton;
360    private MainForm.WindowsForms.ViewHost characteristicsViewHost;
361    private System.Windows.Forms.Button xValidateButton;
362    private Data.Views.StringConvertibleValueView minTargetView;
363    private System.Windows.Forms.Label minimumTargetLabel;
364    private System.Windows.Forms.Label kendallsTauLabel;
365    private System.Windows.Forms.Label absoluteErrorLabel;
366    private Data.Views.StringConvertibleValueView kendallsTauView;
367    private Data.Views.StringConvertibleValueView absoluteErrorView;
368    private Data.Views.StringConvertibleMatrixView confusionMatrixView;
369    private System.Windows.Forms.Label predictedLabel;
370    private System.Windows.Forms.Label actualLabel;
371    private System.Windows.Forms.Label absoluteLogErrorLabel;
372    private Data.Views.StringConvertibleValueView absoluteLogErrorView;
373  }
374}
Note: See TracBrowser for help on using the repository browser.