Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SVMModelView.Designer.cs @ 2322

Last change on this file since 2322 was 2322, checked in by gkronber, 15 years ago

Removed display of Nu and C in the SVMModelView because Nu and C are algorithm parameters and not model parameters. #727

File size: 6.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.SupportVectorMachines {
23  partial class SVMModelView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.numberSupportVectorsLabel = new System.Windows.Forms.Label();
48      this.numberOfSupportVectors = new System.Windows.Forms.TextBox();
49      this.rhoLabel = new System.Windows.Forms.Label();
50      this.rho = new System.Windows.Forms.TextBox();
51      this.svmTypeLabel = new System.Windows.Forms.Label();
52      this.kernelTypeLabel = new System.Windows.Forms.Label();
53      this.gammaLabel = new System.Windows.Forms.Label();
54      this.svmType = new System.Windows.Forms.TextBox();
55      this.kernelType = new System.Windows.Forms.TextBox();
56      this.gamma = new System.Windows.Forms.TextBox();
57      this.SuspendLayout();
58      //
59      // numberSupportVectorsLabel
60      //
61      this.numberSupportVectorsLabel.AutoSize = true;
62      this.numberSupportVectorsLabel.Location = new System.Drawing.Point(3, 7);
63      this.numberSupportVectorsLabel.Name = "numberSupportVectorsLabel";
64      this.numberSupportVectorsLabel.Size = new System.Drawing.Size(135, 13);
65      this.numberSupportVectorsLabel.TabIndex = 0;
66      this.numberSupportVectorsLabel.Text = "Number of support vectors:";
67      //
68      // numberOfSupportVectors
69      //
70      this.numberOfSupportVectors.Location = new System.Drawing.Point(144, 4);
71      this.numberOfSupportVectors.Name = "numberOfSupportVectors";
72      this.numberOfSupportVectors.ReadOnly = true;
73      this.numberOfSupportVectors.Size = new System.Drawing.Size(100, 20);
74      this.numberOfSupportVectors.TabIndex = 1;
75      //
76      // rhoLabel
77      //
78      this.rhoLabel.AutoSize = true;
79      this.rhoLabel.Location = new System.Drawing.Point(3, 33);
80      this.rhoLabel.Name = "rhoLabel";
81      this.rhoLabel.Size = new System.Drawing.Size(30, 13);
82      this.rhoLabel.TabIndex = 2;
83      this.rhoLabel.Text = "Rho:";
84      //
85      // rho
86      //
87      this.rho.Location = new System.Drawing.Point(144, 30);
88      this.rho.Name = "rho";
89      this.rho.ReadOnly = true;
90      this.rho.Size = new System.Drawing.Size(100, 20);
91      this.rho.TabIndex = 3;
92      //
93      // svmTypeLabel
94      //
95      this.svmTypeLabel.AutoSize = true;
96      this.svmTypeLabel.Location = new System.Drawing.Point(3, 59);
97      this.svmTypeLabel.Name = "svmTypeLabel";
98      this.svmTypeLabel.Size = new System.Drawing.Size(60, 13);
99      this.svmTypeLabel.TabIndex = 4;
100      this.svmTypeLabel.Text = "SVM Type:";
101      //
102      // kernelTypeLabel
103      //
104      this.kernelTypeLabel.AutoSize = true;
105      this.kernelTypeLabel.Location = new System.Drawing.Point(3, 85);
106      this.kernelTypeLabel.Name = "kernelTypeLabel";
107      this.kernelTypeLabel.Size = new System.Drawing.Size(67, 13);
108      this.kernelTypeLabel.TabIndex = 7;
109      this.kernelTypeLabel.Text = "Kernel Type:";
110      //
111      // gammaLabel
112      //
113      this.gammaLabel.AutoSize = true;
114      this.gammaLabel.Location = new System.Drawing.Point(3, 111);
115      this.gammaLabel.Name = "gammaLabel";
116      this.gammaLabel.Size = new System.Drawing.Size(46, 13);
117      this.gammaLabel.TabIndex = 8;
118      this.gammaLabel.Text = "Gamma:";
119      //
120      // svmType
121      //
122      this.svmType.Location = new System.Drawing.Point(144, 56);
123      this.svmType.Name = "svmType";
124      this.svmType.ReadOnly = true;
125      this.svmType.Size = new System.Drawing.Size(100, 20);
126      this.svmType.TabIndex = 10;
127      //
128      // kernelType
129      //
130      this.kernelType.Location = new System.Drawing.Point(144, 82);
131      this.kernelType.Name = "kernelType";
132      this.kernelType.ReadOnly = true;
133      this.kernelType.Size = new System.Drawing.Size(100, 20);
134      this.kernelType.TabIndex = 11;
135      //
136      // gamma
137      //
138      this.gamma.Location = new System.Drawing.Point(144, 108);
139      this.gamma.Name = "gamma";
140      this.gamma.ReadOnly = true;
141      this.gamma.Size = new System.Drawing.Size(100, 20);
142      this.gamma.TabIndex = 12;
143      //
144      // SVMModelView
145      //
146      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
147      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
148      this.Controls.Add(this.gamma);
149      this.Controls.Add(this.kernelType);
150      this.Controls.Add(this.svmType);
151      this.Controls.Add(this.gammaLabel);
152      this.Controls.Add(this.kernelTypeLabel);
153      this.Controls.Add(this.svmTypeLabel);
154      this.Controls.Add(this.rho);
155      this.Controls.Add(this.rhoLabel);
156      this.Controls.Add(this.numberOfSupportVectors);
157      this.Controls.Add(this.numberSupportVectorsLabel);
158      this.Name = "SVMModelView";
159      this.Size = new System.Drawing.Size(253, 135);
160      this.ResumeLayout(false);
161      this.PerformLayout();
162
163    }
164
165    #endregion
166
167    private System.Windows.Forms.Label numberSupportVectorsLabel;
168    private System.Windows.Forms.TextBox numberOfSupportVectors;
169    private System.Windows.Forms.Label rhoLabel;
170    private System.Windows.Forms.TextBox rho;
171    private System.Windows.Forms.Label svmTypeLabel;
172    private System.Windows.Forms.Label kernelTypeLabel;
173    private System.Windows.Forms.Label gammaLabel;
174    private System.Windows.Forms.TextBox svmType;
175    private System.Windows.Forms.TextBox kernelType;
176    private System.Windows.Forms.TextBox gamma;
177  }
178}
Note: See TracBrowser for help on using the repository browser.