Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/16 12:25:30 (8 years ago)
Author:
pfleck
Message:

#2597:

  • Added new Model property in IConfidenceBoundRegressionSolution.
  • Added ConfidenceBoundRegressionSolution base and methods to it from GaussianProcessRegressionSolution.
  • Replaced RegressionSolutionGradientView with GaussianProcessRegressionSolutionInteractiveRangeEstimatorView. Also moved DensityTrackbar to Problems.DataAnalysis.Views Plugin.
  • DensityTrackbar initial position is now where the density is highest.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/DensityTrackbar.Designer.cs

    r13819 r13824  
    5050      this.radioButton = new System.Windows.Forms.RadioButton();
    5151      this.trackBar = new System.Windows.Forms.TrackBar();
    52       this.doubleLimitView = new HeuristicLab.Problems.DataAnalysis.Views.DoubleLimitView();
    5352      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
    5453      this.textBox = new System.Windows.Forms.TextBox();
    5554      this.groupBox = new System.Windows.Forms.GroupBox();
     55      this.doubleLimitView = new HeuristicLab.Problems.DataAnalysis.Views.DoubleLimitView();
    5656      ((System.ComponentModel.ISupportInitialize)(this.trackBar)).BeginInit();
    5757      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     
    8080      this.trackBar.Name = "trackBar";
    8181      this.trackBar.RightToLeft = System.Windows.Forms.RightToLeft.No;
    82       this.trackBar.Size = new System.Drawing.Size(193, 45);
     82      this.trackBar.Size = new System.Drawing.Size(371, 45);
    8383      this.trackBar.TabIndex = 1;
    8484      this.trackBar.TickFrequency = 100;
    8585      this.trackBar.Value = 500;
    8686      this.trackBar.ValueChanged += new System.EventHandler(this.trackBar_ValueChanged);
    87       //
    88       // doubleLimitView
    89       //
    90       this.doubleLimitView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    91       this.doubleLimitView.Caption = "DoubleLimit View";
    92       this.doubleLimitView.Content = null;
    93       this.doubleLimitView.Location = new System.Drawing.Point(343, 10);
    94       this.doubleLimitView.Name = "doubleLimitView";
    95       this.doubleLimitView.ReadOnly = false;
    96       this.doubleLimitView.Size = new System.Drawing.Size(151, 47);
    97       this.doubleLimitView.TabIndex = 2;
    9887      //
    9988      // chart
     
    116105      chartArea1.Position.Width = 100F;
    117106      this.chart.ChartAreas.Add(chartArea1);
    118       this.chart.Location = new System.Drawing.Point(157, 35);
     107      this.chart.Location = new System.Drawing.Point(156, 35);
    119108      this.chart.Name = "chart";
    120109      series1.ChartArea = "ChartArea1";
     
    122111      series1.Name = "Default";
    123112      this.chart.Series.Add(series1);
    124       this.chart.Size = new System.Drawing.Size(168, 20);
     113      this.chart.Size = new System.Drawing.Size(345, 20);
    125114      this.chart.TabIndex = 3;
    126115      this.chart.Text = "Density";
     
    144133      this.groupBox.Location = new System.Drawing.Point(0, 0);
    145134      this.groupBox.Name = "groupBox";
    146       this.groupBox.Size = new System.Drawing.Size(500, 62);
     135      this.groupBox.Size = new System.Drawing.Size(678, 62);
    147136      this.groupBox.TabIndex = 5;
    148137      this.groupBox.TabStop = false;
     138      //
     139      // doubleLimitView
     140      //
     141      this.doubleLimitView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     142      this.doubleLimitView.Caption = "DoubleLimit View";
     143      this.doubleLimitView.Content = null;
     144      this.doubleLimitView.Location = new System.Drawing.Point(521, 10);
     145      this.doubleLimitView.Name = "doubleLimitView";
     146      this.doubleLimitView.ReadOnly = false;
     147      this.doubleLimitView.Size = new System.Drawing.Size(151, 47);
     148      this.doubleLimitView.TabIndex = 2;
    149149      //
    150150      // DensityTrackbar
     
    153153      this.Controls.Add(this.groupBox);
    154154      this.Name = "DensityTrackbar";
    155       this.Size = new System.Drawing.Size(500, 62);
     155      this.Size = new System.Drawing.Size(678, 62);
    156156      ((System.ComponentModel.ISupportInitialize)(this.trackBar)).EndInit();
    157157      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
Note: See TracChangeset for help on using the changeset viewer.