Changeset 8085 for branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification
- Timestamp:
- 06/21/12 18:02:33 (13 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs
r7259 r8085 71 71 // 72 72 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 73 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;73 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 74 74 this.Controls.Add(this.SamplesComboBox); 75 75 this.Name = "ClassificationEnsembleSolutionEstimatedClassValuesView"; -
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationEnsembleSolutionModelView.Designer.cs
r7259 r8085 50 50 // 51 51 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 52 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;52 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 53 53 this.Name = "RegressionEnsembleSolutionModelView"; 54 54 this.ResumeLayout(false); -
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationSolutionConfusionMatrixView.Designer.cs
r5829 r8085 65 65 // 66 66 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 67 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;67 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 68 68 this.Controls.Add(this.label1); 69 69 this.Controls.Add(this.cmbSamples); -
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationSolutionEstimatedClassValuesView.Designer.cs
r7259 r8085 50 50 this.AllowDrop = true; 51 51 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 52 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;52 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 53 53 this.Name = "EstimatedValuesView"; 54 54 this.Size = new System.Drawing.Size(310, 285); -
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/DiscriminantFunctionClassificationRocCurvesView.Designer.cs
r5829 r8085 76 76 // 77 77 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 78 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;78 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 79 79 this.Controls.Add(this.label1); 80 80 this.Controls.Add(this.cmbSamples); -
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs
r7259 r8085 50 50 this.AllowDrop = true; 51 51 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 52 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;52 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 53 53 this.Name = "EstimatedValuesView"; 54 54 this.Size = new System.Drawing.Size(310, 285); -
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs
r5829 r8085 80 80 // 81 81 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 82 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;82 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 83 83 this.Controls.Add(this.label1); 84 84 this.Controls.Add(this.JitterTrackBar);
Note: See TracChangeset
for help on using the changeset viewer.