Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/12 13:11:18 (12 years ago)
Author:
sforsten
Message:

#1776:

  • added two calculators to test purposes
  • ClassificationEnsembleSolutionEstimatedClassValuesView shows the current average confidence of the correct and wrong classified samples
  • some calculators have been excluded from the project, so only relevant calculators are shown
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs

    r7259 r8101  
    4545    private void InitializeComponent() {
    4646      this.SamplesComboBox = new System.Windows.Forms.ComboBox();
     47      this.CorrectClassifiedConfidenceLabel = new System.Windows.Forms.Label();
     48      this.CorrectClassifiedConfidence = new System.Windows.Forms.Label();
     49      this.WrongClassifiedConfidenceLabel = new System.Windows.Forms.Label();
     50      this.WrongClassifiedConfidence = new System.Windows.Forms.Label();
    4751      this.SuspendLayout();
    4852      //
    4953      // matrixView
    5054      //
    51       this.matrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    52             | System.Windows.Forms.AnchorStyles.Left)
    53             | System.Windows.Forms.AnchorStyles.Right)));
     55      this.matrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     56                  | System.Windows.Forms.AnchorStyles.Left)
     57                  | System.Windows.Forms.AnchorStyles.Right)));
    5458      this.matrixView.Dock = System.Windows.Forms.DockStyle.None;
    5559      this.matrixView.Location = new System.Drawing.Point(3, 31);
    56       this.matrixView.Size = new System.Drawing.Size(304, 251);
     60      this.matrixView.Size = new System.Drawing.Size(653, 251);
    5761      //
    5862      // SamplesComboBox
    5963      //
    60       this.SamplesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    61             | System.Windows.Forms.AnchorStyles.Right)));
     64      this.SamplesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     65                  | System.Windows.Forms.AnchorStyles.Right)));
    6266      this.SamplesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    6367      this.SamplesComboBox.FormattingEnabled = true;
    6468      this.SamplesComboBox.Location = new System.Drawing.Point(4, 4);
    6569      this.SamplesComboBox.Name = "SamplesComboBox";
    66       this.SamplesComboBox.Size = new System.Drawing.Size(303, 21);
     70      this.SamplesComboBox.Size = new System.Drawing.Size(309, 21);
    6771      this.SamplesComboBox.TabIndex = 2;
    6872      this.SamplesComboBox.SelectedIndexChanged += new System.EventHandler(this.SamplesComboBox_SelectedIndexChanged);
     73      //
     74      // CorrectClassifiedConfidenceLabel
     75      //
     76      this.CorrectClassifiedConfidenceLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     77      this.CorrectClassifiedConfidenceLabel.AutoSize = true;
     78      this.CorrectClassifiedConfidenceLabel.Location = new System.Drawing.Point(319, 7);
     79      this.CorrectClassifiedConfidenceLabel.Name = "CorrectClassifiedConfidenceLabel";
     80      this.CorrectClassifiedConfidenceLabel.Size = new System.Drawing.Size(103, 13);
     81      this.CorrectClassifiedConfidenceLabel.TabIndex = 3;
     82      this.CorrectClassifiedConfidenceLabel.Text = "Conf. Correct Class.:";
     83      //
     84      // CorrectClassifiedConfidence
     85      //
     86      this.CorrectClassifiedConfidence.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     87      this.CorrectClassifiedConfidence.AutoSize = true;
     88      this.CorrectClassifiedConfidence.Location = new System.Drawing.Point(428, 7);
     89      this.CorrectClassifiedConfidence.Name = "CorrectClassifiedConfidence";
     90      this.CorrectClassifiedConfidence.Size = new System.Drawing.Size(22, 13);
     91      this.CorrectClassifiedConfidence.TabIndex = 4;
     92      this.CorrectClassifiedConfidence.Text = "0.0";
     93      //
     94      // WrongClassifiedConfidenceLabel
     95      //
     96      this.WrongClassifiedConfidenceLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     97      this.WrongClassifiedConfidenceLabel.AutoSize = true;
     98      this.WrongClassifiedConfidenceLabel.Location = new System.Drawing.Point(481, 7);
     99      this.WrongClassifiedConfidenceLabel.Name = "WrongClassifiedConfidenceLabel";
     100      this.WrongClassifiedConfidenceLabel.Size = new System.Drawing.Size(101, 13);
     101      this.WrongClassifiedConfidenceLabel.TabIndex = 5;
     102      this.WrongClassifiedConfidenceLabel.Text = "Conf. Wrong Class.:";
     103      //
     104      // WrongClassifiedConfidence
     105      //
     106      this.WrongClassifiedConfidence.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     107      this.WrongClassifiedConfidence.AutoSize = true;
     108      this.WrongClassifiedConfidence.Location = new System.Drawing.Point(588, 7);
     109      this.WrongClassifiedConfidence.Name = "WrongClassifiedConfidence";
     110      this.WrongClassifiedConfidence.Size = new System.Drawing.Size(22, 13);
     111      this.WrongClassifiedConfidence.TabIndex = 6;
     112      this.WrongClassifiedConfidence.Text = "0.0";
    69113      //
    70114      // ClassificationEnsembleSolutionEstimatedClassValuesView
     
    72116      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    73117      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     118      this.Controls.Add(this.WrongClassifiedConfidence);
     119      this.Controls.Add(this.WrongClassifiedConfidenceLabel);
     120      this.Controls.Add(this.CorrectClassifiedConfidence);
     121      this.Controls.Add(this.CorrectClassifiedConfidenceLabel);
    74122      this.Controls.Add(this.SamplesComboBox);
    75123      this.Name = "ClassificationEnsembleSolutionEstimatedClassValuesView";
     124      this.Size = new System.Drawing.Size(659, 285);
    76125      this.Controls.SetChildIndex(this.matrixView, 0);
    77126      this.Controls.SetChildIndex(this.SamplesComboBox, 0);
     127      this.Controls.SetChildIndex(this.CorrectClassifiedConfidenceLabel, 0);
     128      this.Controls.SetChildIndex(this.CorrectClassifiedConfidence, 0);
     129      this.Controls.SetChildIndex(this.WrongClassifiedConfidenceLabel, 0);
     130      this.Controls.SetChildIndex(this.WrongClassifiedConfidence, 0);
    78131      this.ResumeLayout(false);
     132      this.PerformLayout();
    79133
    80134    }
     
    83137
    84138    private System.Windows.Forms.ComboBox SamplesComboBox;
     139    private System.Windows.Forms.Label CorrectClassifiedConfidenceLabel;
     140    private System.Windows.Forms.Label CorrectClassifiedConfidence;
     141    private System.Windows.Forms.Label WrongClassifiedConfidenceLabel;
     142    private System.Windows.Forms.Label WrongClassifiedConfidence;
    85143
    86144  }
Note: See TracChangeset for help on using the changeset viewer.