Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/07/18 20:55:57 (6 years ago)
Author:
abeham
Message:

#1614: updates from last night ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1614_GeneralizedQAP/HeuristicLab.OptimizationExpertSystem/3.3/Views/PerformanceModelingView.Designer.cs

    r13803 r15736  
    5757      this.topNComboBox = new System.Windows.Forms.ComboBox();
    5858      this.topNlabel = new System.Windows.Forms.Label();
     59      this.ndcgLabel = new System.Windows.Forms.Label();
    5960      this.kendallsTauLabel = new System.Windows.Forms.Label();
    6061      this.predictedLabel = new System.Windows.Forms.Label();
    6162      this.absoluteLogErrorLabel = new System.Windows.Forms.Label();
    6263      this.absoluteErrorLabel = new System.Windows.Forms.Label();
     64      this.ncdgView = new HeuristicLab.Data.Views.StringConvertibleValueView();
    6365      this.kendallsTauView = new HeuristicLab.Data.Views.StringConvertibleValueView();
    6466      this.absoluteLogErrorView = new HeuristicLab.Data.Views.StringConvertibleValueView();
     
    6870      this.minTargetView = new HeuristicLab.Data.Views.StringConvertibleValueView();
    6971      this.minimumTargetLabel = new System.Windows.Forms.Label();
    70       this.ncdgView = new HeuristicLab.Data.Views.StringConvertibleValueView();
    71       this.ndcgLabel = new System.Windows.Forms.Label();
     72      this.spearmansRhoView = new HeuristicLab.Data.Views.StringConvertibleValueView();
     73      this.spearmansRhoLabel = new System.Windows.Forms.Label();
    7274      this.tabControl.SuspendLayout();
    7375      this.characteristicsTabPage.SuspendLayout();
     
    186188      this.crossvalidationTabPage.Controls.Add(this.topNlabel);
    187189      this.crossvalidationTabPage.Controls.Add(this.ndcgLabel);
     190      this.crossvalidationTabPage.Controls.Add(this.spearmansRhoLabel);
    188191      this.crossvalidationTabPage.Controls.Add(this.kendallsTauLabel);
    189192      this.crossvalidationTabPage.Controls.Add(this.predictedLabel);
     
    191194      this.crossvalidationTabPage.Controls.Add(this.absoluteErrorLabel);
    192195      this.crossvalidationTabPage.Controls.Add(this.ncdgView);
     196      this.crossvalidationTabPage.Controls.Add(this.spearmansRhoView);
    193197      this.crossvalidationTabPage.Controls.Add(this.kendallsTauView);
    194198      this.crossvalidationTabPage.Controls.Add(this.absoluteLogErrorView);
     
    223227      this.topNlabel.Text = "Evaluate only best ranked:";
    224228      //
     229      // ndcgLabel
     230      //
     231      this.ndcgLabel.AutoSize = true;
     232      this.ndcgLabel.Location = new System.Drawing.Point(519, 165);
     233      this.ndcgLabel.Margin = new System.Windows.Forms.Padding(3);
     234      this.ndcgLabel.Name = "ndcgLabel";
     235      this.ndcgLabel.Size = new System.Drawing.Size(106, 13);
     236      this.ndcgLabel.TabIndex = 3;
     237      this.ndcgLabel.Text = "Mean NDCG (top N):";
     238      //
    225239      // kendallsTauLabel
    226240      //
     
    263277      this.absoluteErrorLabel.TabIndex = 3;
    264278      this.absoluteErrorLabel.Text = "Mean Absolute Error (top N):";
     279      //
     280      // ncdgView
     281      //
     282      this.ncdgView.Caption = "StringConvertibleValue View";
     283      this.ncdgView.Content = null;
     284      this.ncdgView.LabelVisible = false;
     285      this.ncdgView.Location = new System.Drawing.Point(503, 184);
     286      this.ncdgView.Name = "ncdgView";
     287      this.ncdgView.ReadOnly = true;
     288      this.ncdgView.Size = new System.Drawing.Size(194, 21);
     289      this.ncdgView.TabIndex = 2;
    265290      //
    266291      // kendallsTauView
     
    339364      this.minimumTargetLabel.Text = "Target:";
    340365      //
    341       // ncdgView
    342       //
    343       this.ncdgView.Caption = "StringConvertibleValue View";
    344       this.ncdgView.Content = null;
    345       this.ncdgView.LabelVisible = false;
    346       this.ncdgView.Location = new System.Drawing.Point(503, 184);
    347       this.ncdgView.Name = "ncdgView";
    348       this.ncdgView.ReadOnly = true;
    349       this.ncdgView.Size = new System.Drawing.Size(194, 21);
    350       this.ncdgView.TabIndex = 2;
    351       //
    352       // ndcgLabel
    353       //
    354       this.ndcgLabel.AutoSize = true;
    355       this.ndcgLabel.Location = new System.Drawing.Point(519, 165);
    356       this.ndcgLabel.Margin = new System.Windows.Forms.Padding(3);
    357       this.ndcgLabel.Name = "ndcgLabel";
    358       this.ndcgLabel.Size = new System.Drawing.Size(106, 13);
    359       this.ndcgLabel.TabIndex = 3;
    360       this.ndcgLabel.Text = "Mean NDCG (top N):";
     366      // spearmansRhoView
     367      //
     368      this.spearmansRhoView.Caption = "StringConvertibleValue View";
     369      this.spearmansRhoView.Content = null;
     370      this.spearmansRhoView.LabelVisible = false;
     371      this.spearmansRhoView.Location = new System.Drawing.Point(503, 303);
     372      this.spearmansRhoView.Name = "spearmansRhoView";
     373      this.spearmansRhoView.ReadOnly = true;
     374      this.spearmansRhoView.Size = new System.Drawing.Size(194, 21);
     375      this.spearmansRhoView.TabIndex = 2;
     376      //
     377      // spearmansRhoLabel
     378      //
     379      this.spearmansRhoLabel.AutoSize = true;
     380      this.spearmansRhoLabel.Location = new System.Drawing.Point(519, 284);
     381      this.spearmansRhoLabel.Margin = new System.Windows.Forms.Padding(3);
     382      this.spearmansRhoLabel.Name = "spearmansRhoLabel";
     383      this.spearmansRhoLabel.Size = new System.Drawing.Size(118, 13);
     384      this.spearmansRhoLabel.TabIndex = 3;
     385      this.spearmansRhoLabel.Text = "Mean Spearman\'s Rho:";
    361386      //
    362387      // PerformanceModelingView
     
    409434    private System.Windows.Forms.Label ndcgLabel;
    410435    private Data.Views.StringConvertibleValueView ncdgView;
     436    private System.Windows.Forms.Label spearmansRhoLabel;
     437    private Data.Views.StringConvertibleValueView spearmansRhoView;
    411438  }
    412439}
Note: See TracChangeset for help on using the changeset viewer.