Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/06/16 12:00:09 (9 years ago)
Author:
abeham
Message:

#2457: adding relational SOM projection for solution network visualization

Location:
branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3

    • Property svn:ignore
      •  

        old new  
        22obj
        33Plugin.cs
         4*.user
  • branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Views/UnderstandingSolutionsView.Designer.cs

    r13722 r13743  
    6262      this.solutionsDiversityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    6363      this.solutionsFdcTabPage = new System.Windows.Forms.TabPage();
     64      this.fdcSpearmanLabel = new System.Windows.Forms.Label();
     65      this.fdcPearsonLabel = new System.Windows.Forms.Label();
     66      this.spearmansRankLabel = new System.Windows.Forms.Label();
     67      this.pearsonsRSquaredLabel = new System.Windows.Forms.Label();
    6468      this.fdcBetweenBestCheckBox = new System.Windows.Forms.CheckBox();
    6569      this.solutionsFdcViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    6670      this.solutionsNetworkTabPage = new System.Windows.Forms.TabPage();
     71      this.solutionNetworkProjectionLabel = new System.Windows.Forms.Label();
     72      this.solutionNetworkProjectionComboBox = new System.Windows.Forms.ComboBox();
    6773      this.solutionsNetworkChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
    68       this.pearsonsRSquaredLabel = new System.Windows.Forms.Label();
    69       this.fdcPearsonLabel = new System.Windows.Forms.Label();
    70       this.spearmansRankLabel = new System.Windows.Forms.Label();
    71       this.fdcSpearmanLabel = new System.Windows.Forms.Label();
    7274      this.solutionsTabControl.SuspendLayout();
    7375      this.solutionsQualityTabPage.SuspendLayout();
     
    227229      this.solutionsFdcTabPage.UseVisualStyleBackColor = true;
    228230      //
     231      // fdcSpearmanLabel
     232      //
     233      this.fdcSpearmanLabel.AutoSize = true;
     234      this.fdcSpearmanLabel.Location = new System.Drawing.Point(357, 7);
     235      this.fdcSpearmanLabel.Name = "fdcSpearmanLabel";
     236      this.fdcSpearmanLabel.Size = new System.Drawing.Size(10, 13);
     237      this.fdcSpearmanLabel.TabIndex = 4;
     238      this.fdcSpearmanLabel.Text = "-";
     239      //
     240      // fdcPearsonLabel
     241      //
     242      this.fdcPearsonLabel.AutoSize = true;
     243      this.fdcPearsonLabel.Location = new System.Drawing.Point(512, 7);
     244      this.fdcPearsonLabel.Name = "fdcPearsonLabel";
     245      this.fdcPearsonLabel.Size = new System.Drawing.Size(10, 13);
     246      this.fdcPearsonLabel.TabIndex = 4;
     247      this.fdcPearsonLabel.Text = "-";
     248      //
     249      // spearmansRankLabel
     250      //
     251      this.spearmansRankLabel.AutoSize = true;
     252      this.spearmansRankLabel.Location = new System.Drawing.Point(281, 7);
     253      this.spearmansRankLabel.Name = "spearmansRankLabel";
     254      this.spearmansRankLabel.Size = new System.Drawing.Size(74, 13);
     255      this.spearmansRankLabel.TabIndex = 3;
     256      this.spearmansRankLabel.Text = "Spearman\'s ρ:";
     257      //
     258      // pearsonsRSquaredLabel
     259      //
     260      this.pearsonsRSquaredLabel.AutoSize = true;
     261      this.pearsonsRSquaredLabel.Location = new System.Drawing.Point(436, 7);
     262      this.pearsonsRSquaredLabel.Name = "pearsonsRSquaredLabel";
     263      this.pearsonsRSquaredLabel.Size = new System.Drawing.Size(65, 13);
     264      this.pearsonsRSquaredLabel.TabIndex = 3;
     265      this.pearsonsRSquaredLabel.Text = "Pearson\'s r²:";
     266      //
    229267      // fdcBetweenBestCheckBox
    230268      //
     
    256294      // solutionsNetworkTabPage
    257295      //
     296      this.solutionsNetworkTabPage.Controls.Add(this.solutionNetworkProjectionLabel);
     297      this.solutionsNetworkTabPage.Controls.Add(this.solutionNetworkProjectionComboBox);
    258298      this.solutionsNetworkTabPage.Controls.Add(this.solutionsNetworkChart);
    259299      this.solutionsNetworkTabPage.Location = new System.Drawing.Point(4, 22);
     
    265305      this.solutionsNetworkTabPage.UseVisualStyleBackColor = true;
    266306      //
     307      // solutionNetworkProjectionLabel
     308      //
     309      this.solutionNetworkProjectionLabel.AutoSize = true;
     310      this.solutionNetworkProjectionLabel.Location = new System.Drawing.Point(6, 9);
     311      this.solutionNetworkProjectionLabel.Name = "solutionNetworkProjectionLabel";
     312      this.solutionNetworkProjectionLabel.Size = new System.Drawing.Size(57, 13);
     313      this.solutionNetworkProjectionLabel.TabIndex = 4;
     314      this.solutionNetworkProjectionLabel.Text = "Projection:";
     315      //
     316      // solutionNetworkProjectionComboBox
     317      //
     318      this.solutionNetworkProjectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     319      this.solutionNetworkProjectionComboBox.FormattingEnabled = true;
     320      this.solutionNetworkProjectionComboBox.Items.AddRange(new object[] {
     321            "SOM",
     322            "MDS"});
     323      this.solutionNetworkProjectionComboBox.Location = new System.Drawing.Point(69, 6);
     324      this.solutionNetworkProjectionComboBox.Name = "solutionNetworkProjectionComboBox";
     325      this.solutionNetworkProjectionComboBox.Size = new System.Drawing.Size(180, 21);
     326      this.solutionNetworkProjectionComboBox.TabIndex = 3;
     327      this.solutionNetworkProjectionComboBox.SelectedIndexChanged += new System.EventHandler(this.SolutionNetworkProjectionComboBoxOnSelectedIndexChanged);
     328      //
    267329      // solutionsNetworkChart
    268330      //
     331      this.solutionsNetworkChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     332            | System.Windows.Forms.AnchorStyles.Left)
     333            | System.Windows.Forms.AnchorStyles.Right)));
    269334      chartArea1.AxisX.IsStartedFromZero = false;
    270335      chartArea1.AxisX.LabelStyle.Enabled = false;
     
    279344      chartArea1.Name = "SolutionsNetworkChartArea";
    280345      this.solutionsNetworkChart.ChartAreas.Add(chartArea1);
    281       this.solutionsNetworkChart.Dock = System.Windows.Forms.DockStyle.Fill;
    282346      legend1.Enabled = false;
    283347      legend1.Name = "Legend1";
    284348      this.solutionsNetworkChart.Legends.Add(legend1);
    285       this.solutionsNetworkChart.Location = new System.Drawing.Point(3, 3);
     349      this.solutionsNetworkChart.Location = new System.Drawing.Point(3, 33);
    286350      this.solutionsNetworkChart.Name = "solutionsNetworkChart";
    287351      series1.ChartArea = "SolutionsNetworkChartArea";
     
    303367      this.solutionsNetworkChart.Series.Add(series1);
    304368      this.solutionsNetworkChart.Series.Add(series2);
    305       this.solutionsNetworkChart.Size = new System.Drawing.Size(718, 446);
     369      this.solutionsNetworkChart.Size = new System.Drawing.Size(718, 416);
    306370      this.solutionsNetworkChart.TabIndex = 0;
    307371      this.solutionsNetworkChart.Text = "enhancedChart1";
    308372      this.solutionsNetworkChart.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SolutionsNetworkChartOnMouseClick);
    309373      this.solutionsNetworkChart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SolutionsNetworkChartOnMouseDoubleClick);
    310       //
    311       // pearsonsRSquaredLabel
    312       //
    313       this.pearsonsRSquaredLabel.AutoSize = true;
    314       this.pearsonsRSquaredLabel.Location = new System.Drawing.Point(436, 7);
    315       this.pearsonsRSquaredLabel.Name = "pearsonsRSquaredLabel";
    316       this.pearsonsRSquaredLabel.Size = new System.Drawing.Size(65, 13);
    317       this.pearsonsRSquaredLabel.TabIndex = 3;
    318       this.pearsonsRSquaredLabel.Text = "Pearson\'s r²:";
    319       //
    320       // fdcPearsonLabel
    321       //
    322       this.fdcPearsonLabel.AutoSize = true;
    323       this.fdcPearsonLabel.Location = new System.Drawing.Point(512, 7);
    324       this.fdcPearsonLabel.Name = "fdcPearsonLabel";
    325       this.fdcPearsonLabel.Size = new System.Drawing.Size(10, 13);
    326       this.fdcPearsonLabel.TabIndex = 4;
    327       this.fdcPearsonLabel.Text = "-";
    328       //
    329       // spearmansRankLabel
    330       //
    331       this.spearmansRankLabel.AutoSize = true;
    332       this.spearmansRankLabel.Location = new System.Drawing.Point(281, 7);
    333       this.spearmansRankLabel.Name = "spearmansRankLabel";
    334       this.spearmansRankLabel.Size = new System.Drawing.Size(74, 13);
    335       this.spearmansRankLabel.TabIndex = 3;
    336       this.spearmansRankLabel.Text = "Spearman\'s ρ:";
    337       //
    338       // fdcSpearmanLabel
    339       //
    340       this.fdcSpearmanLabel.AutoSize = true;
    341       this.fdcSpearmanLabel.Location = new System.Drawing.Point(357, 7);
    342       this.fdcSpearmanLabel.Name = "fdcSpearmanLabel";
    343       this.fdcSpearmanLabel.Size = new System.Drawing.Size(10, 13);
    344       this.fdcSpearmanLabel.TabIndex = 4;
    345       this.fdcSpearmanLabel.Text = "-";
    346374      //
    347375      // UnderstandingSolutionsView
     
    363391      this.solutionsFdcTabPage.PerformLayout();
    364392      this.solutionsNetworkTabPage.ResumeLayout(false);
     393      this.solutionsNetworkTabPage.PerformLayout();
    365394      ((System.ComponentModel.ISupportInitialize)(this.solutionsNetworkChart)).EndInit();
    366395      this.ResumeLayout(false);
     
    391420    private System.Windows.Forms.Label fdcSpearmanLabel;
    392421    private System.Windows.Forms.Label spearmansRankLabel;
     422    private System.Windows.Forms.Label solutionNetworkProjectionLabel;
     423    private System.Windows.Forms.ComboBox solutionNetworkProjectionComboBox;
    393424  }
    394425}
Note: See TracChangeset for help on using the changeset viewer.