class: PropertiesDialog

public class: PropertiesDialog
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 14.12.2005 23:27:03; Modified: 15.12.2005 0:06:46;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {6F52A9E1-A398-4d1e-83AC-05F76F0CD501}
Summary description for PropertiesDialog.

 

Goto: Fields, Methods

Extends: ToolWindow

See also: ToolWindow, SOMForm

Appears in: CD Main module

Connections
 
PropertiesDialog Attributes
Attribute Details
private System.Windows.Forms.Button
  btnOK
private System.Windows.Forms.Button
  btnCancel
private System.Windows.Forms.GroupBox
  groupBox1
private System.Windows.Forms.Label
  label1
private System.Windows.Forms.Label
  label2
private System.Windows.Forms.TextBox
  tbSizeX
private System.Windows.Forms.TextBox
  tbSizeY
private System.Windows.Forms.GroupBox
  groupBox2
private System.Windows.Forms.Label
  label3
private System.Windows.Forms.Label
  label4
private System.Windows.Forms.Label
  label5
private System.Windows.Forms.Label
  label6
private System.Windows.Forms.TextBox
  tbIterations
private System.Windows.Forms.TextBox
  tbNeighbourhood
private System.Windows.Forms.TextBox
  tbAlpha
private System.Windows.Forms.TextBox
  tbK
private System.Windows.Forms.Label
  label7
private System.Windows.Forms.ComboBox
  cbShapeOfNeigh
private System.ComponentModel.Container
  components
Initial: null
Notes: Required designer variable.

 
PropertiesDialog Methods
Operation Details
public
SizeX():int
<<property>>
Notes: Size of Kohonen networks in X-axis
public
SizeY():int
<<property>>
Notes: Size of Kohonen networks in Y-axis
public
Iterations():int
<<property>>
Notes: Count of iterations for Training algorithm
public
Neighbourhood():int
<<property>>
Notes: Size of neighbourhood
public
Alpha():double
<<property>>
Notes: Alpha - training parameter
public
K():double
<<property>>
Notes: K (cooling) - training parameter
public
ShapeOfNeighbourhood():NeighbourhoodShape
<<property>>
Notes: Shape of neighbourhood has two choices: - square - hexagonal
public
PropertiesDialog():
Notes: Constructor
protected
Dispose(
   bool disposing):void
Tags: override=true
Notes: Clean up any resources being used.
private
InitializeComponent():void
Notes: Required method for Designer support - do not modify the contents of this method with the code editor.