Фoрмування мнoжини oптимальних рiшень за критерiєм Байєcа–Лаплаcа при екcпoненцiйнo рoзпoдiлених даних
Курсовой проект - Компьютеры, программирование
Другие курсовые по предмету Компьютеры, программирование
ntStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(959, 24);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(24, 16);
this.label2.TabIndex = 4;
this.label2.Text = "D";
this.label2.Visible = false;
//
// numericUpDown2
//
this.numericUpDown2.DecimalPlaces = 3;
this.numericUpDown2.Increment = new decimal(new int[] {
1,
0,
0,
196608});
this.numericUpDown2.Location = new System.Drawing.Point(978, 24);
this.numericUpDown2.Maximum = new decimal(new int[] {
1,
0,
0,
65536});
this.numericUpDown2.Minimum = new decimal(new int[] {
1,
0,
0,
196608});
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(72, 20);
this.numericUpDown2.TabIndex = 5;
this.numericUpDown2.Value = new decimal(new int[] {
1,
0,
0,
196608});
this.numericUpDown2.Visible = false;
this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
this.numericUpDown2.Enter += new System.EventHandler(this.numericUpDown2_ValueChanged);
//
// panel1
//
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.numericUpDown4);
this.panel1.Controls.Add(this.numericUpDown3);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.numericUpDown1);
this.panel1.Controls.Add(this.numericUpDown2);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.button1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 502);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1062, 64);
this.panel1.TabIndex = 4;
//
// label4
//
this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label4.Location = new System.Drawing.Point(269, 8);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(24, 16);
this.label4.TabIndex = 9;
this.label4.Text = "S";
//
// label3
//
this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label3.Location = new System.Drawing.Point(151, 8);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(24, 16);
this.label3.TabIndex = 8;
this.label3.Text = "X";
//
// numericUpDown4
//
this.numericUpDown4.Location = new System.Drawing.Point(269, 24);
this.numericUpDown4.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDown4.Name = "numericUpDown4";
this.numericUpDown4.Size = new System.Drawing.Size(72, 20);
this.numericUpDown4.TabIndex = 7;
this.numericUpDown4.Value = new decimal(new int[] {
5,
0,
0,
0});
this.numericUpDown4.ValueChanged += new System.EventHandler(this.numericUpDown4_ValueChanged);
this.numericUpDown4.Enter += new System.EventHandler(this.numericUpDown4_ValueChanged);
//
// numericUpDown3
//
this.numericUpDown3.Location = new System.Drawing.Point(151, 24);
this.numericUpDown3.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDown3.Name = "numericUpDown3";
this.numericUpDown3.Size = new System.Drawing.Size(72, 20);
this.numericUpDown3.TabIndex = 6;
this.numericUpDown3.Value = new decimal(new int[] {
10,
0,
0,
0});
this.numericUpDown3.ValueChanged += new System.EventHandler(this.numericUpDown3_ValueChanged);
this.numericUpDown3.Enter += new System.EventHandler(this.numericUpDown3_ValueChanged);
//
// dataGrid1
//
this.dataGrid1.AllowNavigation = false;
this.dataGrid1.AllowSorting = false;
this.dataGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGrid1.CaptionVisible = false;
this.dataGrid1.ColumnHeadersVisible = false;
this.dataGrid1.DataMember = "";
this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGrid1.Location = new System.Drawing.Point(0, 19);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.ParentRowsVisible = false;
this.dataGrid1.ReadOnly = true;
this.dataGrid1.RowHeadersVisible = false;
this.dataGrid1.Size = new System.Drawing.Size(561, 230);
this.dataGrid1.TabIndex = 6;
//
// dataGrid2
//
this.dataGrid2.AllowNavigation = false;
this.dataGrid2.AllowSorting = false;
this.dataGrid2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGrid2.CaptionVisible = false;
this.dataGrid2.ColumnHeadersVisible = false;
this.dataGrid2.DataMember = "";
this.dataGrid2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGrid2.Location = new System.Drawing.Point(0, 266);
this.dataGrid2.Name = "dataGrid2";
this.dataGrid2.ParentRowsVisible = false;
this.dataGrid2.ReadOnly = true;
this.dataGrid2.RowHeadersVisible = false;
this.dataGrid2.Size = new System.Drawing.Size(561, 231);
this.dataGrid2.TabIndex = 7;
//
// fastLine2
//
//
//
//
this.fastLine2.LinePen.Color = System.Drawing.Color.Green;
this.fastLine2.Marks.Callout.ArrowHead = Steema.TeeChart.Styles.ArrowHeadStyles.None;
this.fastLine2.Marks.Callout.ArrowHeadSize = 8;
//
//
//
this.fastLine2.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
this.fastLine2.Marks.Callout.Distance = 0;
this.fastLine2.Marks.Callout.Draw3D = false;
this.fastLine2.Marks.Callout.Length = 10;
this.fastLine2.Marks.Callout.Style = Steema.TeeChart.Styles.PointerStyles.Rectangle;
this.fastLine2.Marks.Font.Shadow.Visible = false;
this.fastLine2.Title = "Щiльнicть рoзпoдiлу ймoвiрнocтей";
//
//
//
this.fastLine2.XValues.DataMember = "X";
this.fastLine2.XValues.Order = Steema.TeeChart.Styles.ValueListOrder.Ascending;
//
//
//
this.fastLine2.YValues.DataMember = "Y";
//
// points1
this.points1.LinePen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.points1.Marks.Callout.ArrowHead = Steema.TeeChart.Styles.ArrowHeadStyles.None;
this.points1.Marks.Callout.ArrowHeadSize = 8;
//
//
//
this.points1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
this.points1.Marks.Callout.Distance = 0;
this.points1.Marks.Callout.Draw3D = false;
this.points1.Marks.Callout.Length = 0;
this.points1.Marks.Callout.Style = Steema.TeeChart.Styles.PointerStyles.Rectangle;
this.points1.Marks.Font.Shadow.Visible = false;
this.points1.Pointer.Brush.Color = System.Drawing.Color.Red;
this.points1.Pointer.HorizSize = 2;
this.points1.Pointer.Pen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.points1.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Circle;
this.points1.Pointer.VertSize = 2;
this.points1.Pointer.Visible = true;
this.points1.Title = "Значення ймoвiрнocтей";
this.points1.XValues.DataMember = "X";
this.points1.XValues.Order = Steema.TeeChart.Styles.ValueListOrder.Ascending;
//
//
//
this.points1.YValues.DataMember = "Y";
//
// tChart1
//
this.tChart1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.tChart1.Aspect.ElevationFloat = 345;
this.tChart1.Aspect.RotationFloat = 345;
this.tChart1.Aspect.View3D = false;
this.tChart1.Axes.Bottom.Automatic = true;
this.tChart1.Axes.Bottom.Grid.ZPosition = 0;
this.tChart1.Axes.Bottom.Labels.Font.Shadow.Visible = false;
this.tChart1.Axes.Bottom.Labels.Shadow.