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 |
|
---|
22 | namespace 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.costLabel = new System.Windows.Forms.Label();
|
---|
53 | this.nuLabel = new System.Windows.Forms.Label();
|
---|
54 | this.kernelTypeLabel = new System.Windows.Forms.Label();
|
---|
55 | this.gammaLabel = new System.Windows.Forms.Label();
|
---|
56 | this.svmType = new System.Windows.Forms.TextBox();
|
---|
57 | this.kernelType = new System.Windows.Forms.TextBox();
|
---|
58 | this.gamma = new System.Windows.Forms.TextBox();
|
---|
59 | this.cost = new System.Windows.Forms.TextBox();
|
---|
60 | this.nu = new System.Windows.Forms.TextBox();
|
---|
61 | this.SuspendLayout();
|
---|
62 | //
|
---|
63 | // numberSupportVectorsLabel
|
---|
64 | //
|
---|
65 | this.numberSupportVectorsLabel.AutoSize = true;
|
---|
66 | this.numberSupportVectorsLabel.Location = new System.Drawing.Point(3, 7);
|
---|
67 | this.numberSupportVectorsLabel.Name = "numberSupportVectorsLabel";
|
---|
68 | this.numberSupportVectorsLabel.Size = new System.Drawing.Size(135, 13);
|
---|
69 | this.numberSupportVectorsLabel.TabIndex = 0;
|
---|
70 | this.numberSupportVectorsLabel.Text = "Number of support vectors:";
|
---|
71 | //
|
---|
72 | // numberOfSupportVectors
|
---|
73 | //
|
---|
74 | this.numberOfSupportVectors.Location = new System.Drawing.Point(144, 4);
|
---|
75 | this.numberOfSupportVectors.Name = "numberOfSupportVectors";
|
---|
76 | this.numberOfSupportVectors.ReadOnly = true;
|
---|
77 | this.numberOfSupportVectors.Size = new System.Drawing.Size(100, 20);
|
---|
78 | this.numberOfSupportVectors.TabIndex = 1;
|
---|
79 | //
|
---|
80 | // rhoLabel
|
---|
81 | //
|
---|
82 | this.rhoLabel.AutoSize = true;
|
---|
83 | this.rhoLabel.Location = new System.Drawing.Point(3, 33);
|
---|
84 | this.rhoLabel.Name = "rhoLabel";
|
---|
85 | this.rhoLabel.Size = new System.Drawing.Size(30, 13);
|
---|
86 | this.rhoLabel.TabIndex = 2;
|
---|
87 | this.rhoLabel.Text = "Rho:";
|
---|
88 | //
|
---|
89 | // rho
|
---|
90 | //
|
---|
91 | this.rho.Location = new System.Drawing.Point(144, 30);
|
---|
92 | this.rho.Name = "rho";
|
---|
93 | this.rho.ReadOnly = true;
|
---|
94 | this.rho.Size = new System.Drawing.Size(100, 20);
|
---|
95 | this.rho.TabIndex = 3;
|
---|
96 | //
|
---|
97 | // svmTypeLabel
|
---|
98 | //
|
---|
99 | this.svmTypeLabel.AutoSize = true;
|
---|
100 | this.svmTypeLabel.Location = new System.Drawing.Point(3, 59);
|
---|
101 | this.svmTypeLabel.Name = "svmTypeLabel";
|
---|
102 | this.svmTypeLabel.Size = new System.Drawing.Size(60, 13);
|
---|
103 | this.svmTypeLabel.TabIndex = 4;
|
---|
104 | this.svmTypeLabel.Text = "SVM Type:";
|
---|
105 | //
|
---|
106 | // costLabel
|
---|
107 | //
|
---|
108 | this.costLabel.AutoSize = true;
|
---|
109 | this.costLabel.Location = new System.Drawing.Point(2, 137);
|
---|
110 | this.costLabel.Name = "costLabel";
|
---|
111 | this.costLabel.Size = new System.Drawing.Size(31, 13);
|
---|
112 | this.costLabel.TabIndex = 5;
|
---|
113 | this.costLabel.Text = "Cost:";
|
---|
114 | //
|
---|
115 | // nuLabel
|
---|
116 | //
|
---|
117 | this.nuLabel.AutoSize = true;
|
---|
118 | this.nuLabel.Location = new System.Drawing.Point(3, 163);
|
---|
119 | this.nuLabel.Name = "nuLabel";
|
---|
120 | this.nuLabel.Size = new System.Drawing.Size(24, 13);
|
---|
121 | this.nuLabel.TabIndex = 6;
|
---|
122 | this.nuLabel.Text = "Nu:";
|
---|
123 | //
|
---|
124 | // kernelTypeLabel
|
---|
125 | //
|
---|
126 | this.kernelTypeLabel.AutoSize = true;
|
---|
127 | this.kernelTypeLabel.Location = new System.Drawing.Point(3, 85);
|
---|
128 | this.kernelTypeLabel.Name = "kernelTypeLabel";
|
---|
129 | this.kernelTypeLabel.Size = new System.Drawing.Size(67, 13);
|
---|
130 | this.kernelTypeLabel.TabIndex = 7;
|
---|
131 | this.kernelTypeLabel.Text = "Kernel Type:";
|
---|
132 | //
|
---|
133 | // gammaLabel
|
---|
134 | //
|
---|
135 | this.gammaLabel.AutoSize = true;
|
---|
136 | this.gammaLabel.Location = new System.Drawing.Point(3, 111);
|
---|
137 | this.gammaLabel.Name = "gammaLabel";
|
---|
138 | this.gammaLabel.Size = new System.Drawing.Size(46, 13);
|
---|
139 | this.gammaLabel.TabIndex = 8;
|
---|
140 | this.gammaLabel.Text = "Gamma:";
|
---|
141 | //
|
---|
142 | // svmType
|
---|
143 | //
|
---|
144 | this.svmType.Location = new System.Drawing.Point(144, 56);
|
---|
145 | this.svmType.Name = "svmType";
|
---|
146 | this.svmType.ReadOnly = true;
|
---|
147 | this.svmType.Size = new System.Drawing.Size(100, 20);
|
---|
148 | this.svmType.TabIndex = 10;
|
---|
149 | //
|
---|
150 | // kernelType
|
---|
151 | //
|
---|
152 | this.kernelType.Location = new System.Drawing.Point(144, 82);
|
---|
153 | this.kernelType.Name = "kernelType";
|
---|
154 | this.kernelType.ReadOnly = true;
|
---|
155 | this.kernelType.Size = new System.Drawing.Size(100, 20);
|
---|
156 | this.kernelType.TabIndex = 11;
|
---|
157 | //
|
---|
158 | // gamma
|
---|
159 | //
|
---|
160 | this.gamma.Location = new System.Drawing.Point(144, 108);
|
---|
161 | this.gamma.Name = "gamma";
|
---|
162 | this.gamma.ReadOnly = true;
|
---|
163 | this.gamma.Size = new System.Drawing.Size(100, 20);
|
---|
164 | this.gamma.TabIndex = 12;
|
---|
165 | //
|
---|
166 | // cost
|
---|
167 | //
|
---|
168 | this.cost.Location = new System.Drawing.Point(144, 134);
|
---|
169 | this.cost.Name = "cost";
|
---|
170 | this.cost.ReadOnly = true;
|
---|
171 | this.cost.Size = new System.Drawing.Size(100, 20);
|
---|
172 | this.cost.TabIndex = 14;
|
---|
173 | //
|
---|
174 | // nu
|
---|
175 | //
|
---|
176 | this.nu.Location = new System.Drawing.Point(144, 160);
|
---|
177 | this.nu.Name = "nu";
|
---|
178 | this.nu.ReadOnly = true;
|
---|
179 | this.nu.Size = new System.Drawing.Size(100, 20);
|
---|
180 | this.nu.TabIndex = 15;
|
---|
181 | //
|
---|
182 | // SVMModelView
|
---|
183 | //
|
---|
184 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
185 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
186 | this.Controls.Add(this.nu);
|
---|
187 | this.Controls.Add(this.cost);
|
---|
188 | this.Controls.Add(this.gamma);
|
---|
189 | this.Controls.Add(this.kernelType);
|
---|
190 | this.Controls.Add(this.svmType);
|
---|
191 | this.Controls.Add(this.gammaLabel);
|
---|
192 | this.Controls.Add(this.kernelTypeLabel);
|
---|
193 | this.Controls.Add(this.nuLabel);
|
---|
194 | this.Controls.Add(this.costLabel);
|
---|
195 | this.Controls.Add(this.svmTypeLabel);
|
---|
196 | this.Controls.Add(this.rho);
|
---|
197 | this.Controls.Add(this.rhoLabel);
|
---|
198 | this.Controls.Add(this.numberOfSupportVectors);
|
---|
199 | this.Controls.Add(this.numberSupportVectorsLabel);
|
---|
200 | this.Name = "SVMModelView";
|
---|
201 | this.Size = new System.Drawing.Size(253, 189);
|
---|
202 | this.ResumeLayout(false);
|
---|
203 | this.PerformLayout();
|
---|
204 |
|
---|
205 | }
|
---|
206 |
|
---|
207 | #endregion
|
---|
208 |
|
---|
209 | private System.Windows.Forms.Label numberSupportVectorsLabel;
|
---|
210 | private System.Windows.Forms.TextBox numberOfSupportVectors;
|
---|
211 | private System.Windows.Forms.Label rhoLabel;
|
---|
212 | private System.Windows.Forms.TextBox rho;
|
---|
213 | private System.Windows.Forms.Label svmTypeLabel;
|
---|
214 | private System.Windows.Forms.Label costLabel;
|
---|
215 | private System.Windows.Forms.Label nuLabel;
|
---|
216 | private System.Windows.Forms.Label kernelTypeLabel;
|
---|
217 | private System.Windows.Forms.Label gammaLabel;
|
---|
218 | private System.Windows.Forms.TextBox svmType;
|
---|
219 | private System.Windows.Forms.TextBox kernelType;
|
---|
220 | private System.Windows.Forms.TextBox gamma;
|
---|
221 | private System.Windows.Forms.TextBox cost;
|
---|
222 | private System.Windows.Forms.TextBox nu;
|
---|
223 | }
|
---|
224 | }
|
---|