class: DecTreeProperties

public class: DecTreeProperties
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 7.12.2005 12:20:22; Modified: 12.12.2005 21:48:07;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {7009D4B2-0DF3-498b-AA0E-527CAEC38671}
General properties for working with decision trees.

 

Goto: Fields, Methods

See also: DecTreeForm, DecTreeMethod

Appears in: Main classes

Connections
 
DecTreeProperties Attributes
Attribute Details
private System.Windows.Forms.TextBox
  textBox1
private System.Windows.Forms.TextBox
  textBox2
private System.Windows.Forms.Label
  label1
private System.Windows.Forms.Label
  label2
private System.Windows.Forms.Button
  buttonCancel
private System.Windows.Forms.Button
  buttonOk
private System.ComponentModel.IContainer
  components
Initial: null
public int
  MaxDepth
Initial: 20
Notes: The maximum depth of the tree. Used when building the tree.

public double
  ZeroTolerance
Initial: 0.00001
Notes: It serves for comparing doubles. This value will be equal to zero.

public bool
  Step
Notes: If the building algorithm will be stepped or not. This option is not set in this window! It is set by the main window. (Commands Run or Build.)

 
DecTreeProperties Methods
Operation Details
public
DecTreeProperties():
Sequential
Notes: Constructor. Initializes the values.
protected
Dispose(
   bool disposing):void
Sequential
Tags: override=true
Notes: Clean up any resources being used.
private
InitializeComponent():void
Sequential
Notes: Required method for Designer support - do not modify the contents of this method with the code editor.
private
buttonOk_Click(
   object sender,
   System.EventArgs e):void
Sequential
Notes: Ok. Saves the values and closes the window.
private
buttonCancel_Click(
   object sender,
   System.EventArgs e):void
Sequential
Notes: Cancel. Closes the window.