Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/12/11 22:03:15 (12 years ago)
Author:
gkronber
Message:

#1635: fixed the problems highlighted by the review of mkommend.

  • cleaned up code
  • added a check if there is a mix of normal and CV runs
  • added a check if all runs contain a variable impact result
  • added a check if all runs contain variable impacts for the same input variables
  • added code to hide and show the folds combobox and its label
  • changed the column names to show the same names when all folds are selected and when only specific folds are selected.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/RunCollectionVariableImpactView.Designer.cs

    r6709 r7179  
    4747      this.matrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
    4848      this.comboBox = new System.Windows.Forms.ComboBox();
    49       this.label1 = new System.Windows.Forms.Label();
     49      this.foldsLabel = new System.Windows.Forms.Label();
    5050      this.variableImpactsGroupBox = new System.Windows.Forms.GroupBox();
    5151      this.variableImpactsGroupBox.SuspendLayout();
     
    5454      // matrixView
    5555      //
    56       this.matrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    57                   | System.Windows.Forms.AnchorStyles.Left)
    58                   | System.Windows.Forms.AnchorStyles.Right)));
     56      this.matrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     57            | System.Windows.Forms.AnchorStyles.Left)
     58            | System.Windows.Forms.AnchorStyles.Right)));
    5959      this.matrixView.Caption = "StringConvertibleMatrix View";
    6060      this.matrixView.Content = null;
     
    7878      // label1
    7979      //
    80       this.label1.AutoSize = true;
    81       this.label1.Location = new System.Drawing.Point(3, 9);
    82       this.label1.Name = "label1";
    83       this.label1.Size = new System.Drawing.Size(30, 13);
    84       this.label1.TabIndex = 2;
    85       this.label1.Text = "Fold:";
     80      this.foldsLabel.AutoSize = true;
     81      this.foldsLabel.Location = new System.Drawing.Point(3, 9);
     82      this.foldsLabel.Name = "foldsLabel";
     83      this.foldsLabel.Size = new System.Drawing.Size(30, 13);
     84      this.foldsLabel.TabIndex = 2;
     85      this.foldsLabel.Text = "Fold:";
    8686      //
    8787      // variableImpactsGroupBox
    8888      //
    89       this.variableImpactsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    90                   | System.Windows.Forms.AnchorStyles.Left)
    91                   | System.Windows.Forms.AnchorStyles.Right)));
     89      this.variableImpactsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     90            | System.Windows.Forms.AnchorStyles.Left)
     91            | System.Windows.Forms.AnchorStyles.Right)));
    9292      this.variableImpactsGroupBox.Controls.Add(this.matrixView);
    9393      this.variableImpactsGroupBox.Location = new System.Drawing.Point(0, 33);
     
    103103      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    104104      this.Controls.Add(this.variableImpactsGroupBox);
    105       this.Controls.Add(this.label1);
     105      this.Controls.Add(this.foldsLabel);
    106106      this.Controls.Add(this.comboBox);
    107107      this.Name = "RunCollectionVariableImpactView";
     
    117117    private HeuristicLab.Data.Views.StringConvertibleMatrixView matrixView;
    118118    private System.Windows.Forms.ComboBox comboBox;
    119     private System.Windows.Forms.Label label1;
     119    private System.Windows.Forms.Label foldsLabel;
    120120    private System.Windows.Forms.GroupBox variableImpactsGroupBox;
    121121  }
Note: See TracChangeset for help on using the changeset viewer.